This commit is contained in:
Robert Osfield 2018-10-02 10:50:40 +01:00
commit 41577c6107

View File

@ -59,6 +59,8 @@ createStateSet()
// render each instance uniquely. gl_InstanceID will be in the range
// 0 to numInstances-1 (1023 in our case).
std::string vertexSource =
"#version 120\n"
"#extension GL_ARB_draw_instanced : enable\n"
"uniform sampler2D osgLogo; \n"
"uniform float osg_SimulationTime; \n"