Files
OpenSceneGraph/src
Julien Valentin 71339906c0 Fixed little bug in DrawArraysLength (instancing not supported).
Corrected PrimitiveSet.cpp in order DrawArraysLength can be instanced.
It's the only pr missing code
if (_numInstances>=1)      glDrawXXXInstanced(...,_numInstances);
else glDrawXXX();
2016-06-03 17:57:04 +01:00
..
2016-06-02 14:30:58 +01:00
2016-05-20 13:38:34 +01:00
2016-05-25 13:27:35 +01:00
2016-05-25 11:30:49 +01:00
2016-05-25 13:22:51 +01:00
2016-06-02 15:43:31 +01:00
2016-06-02 14:53:11 +01:00
2016-06-03 09:33:47 +01:00