[solved] Performance issue with scene nodes

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Akabane87
Posts: 50
Joined: Sat May 05, 2012 6:11 pm

Re: Performance issue with scene nodes

Post by Akabane87 »

I just implemented a shader instancing thanks to the example in the snipet section. I have now 450 fps in the worst case (had 70 in the same case without instancing). But but my instancing is not using the light in my scene and all the object in my scene use the same object (a sphere). I'll come back with more benchmark when I have different objet to instanciate.

Thanks anyway for all your support :).

Edit : Finally the VBO started working when I reached 500 polys on each of my scene nodes and it is now a little faster than the shader instancing :p.
Post Reply