12 #include "vtdata/config_vtdata.h"
18 #include "core/winglue.h"
22 #include <OpenGL/gl.h>
29 #pragma warning(disable: 4511) // turn off warning about copy constructors
30 #pragma warning(disable: 4512) // turn off warning about assignment operators
31 #pragma warning(disable: 4786) // prevent common warning about templates
36 #include "vtosg/Mesh.h"
37 #include "vtosg/Material.h"
38 #include "vtosg/ImageOSG.h"
39 #include "vtosg/MathOSG.h"
40 #include "vtosg/NodeOSG.h"
41 #include "vtosg/SceneOSG.h"
43 #if defined(_MSC_VER) && _DEBUG && !defined(_STDAFX_H_INCLUDED_) && 0
44 #pragma message("(Including MemTracker)")
45 #include "vtlib/core/MemoryTracker.h"