Adds support for area lights.

This commit is contained in:
ciechowoj
2016-04-21 00:25:50 +02:00
parent 560e1eebc1
commit 25d84a6aff
9 changed files with 155 additions and 3 deletions

View File

@@ -179,7 +179,7 @@ static std::string encodeXML(const std::string& data) {
// -----------------------------------------------------------------------------------
// Write a text model dump
static
static
void WriteDump(const aiScene* scene, IOStream* io, bool shortened) {
time_t tt = ::time( NULL );
tm* p = ::gmtime( &tt );