To aid generating a cache ID, each viewer node needs a UUID. Previous iterations tried to hash a name and time, but a UUID is a much more efficient way to do this.
7 lines
67 B
C++
7 lines
67 B
C++
#include "openglexporter.h"
|
|
|
|
OpenGLExporter::OpenGLExporter()
|
|
{
|
|
|
|
}
|