Files
rez_demo/GL_STUFF/HEADERS/SCENE/InstancesLoader.h

3 lines
125 B
C++
Executable File

#include "../SCENE/Instance3D.h"
bool loadInstances(std::string path, vector<Instance3D*>& instances, bool smoothNormals);