Maybe this is expected as this is new but if I add in
app.add_plugin(IndirectRenderingPlugin)
.add_plugin(BasicMaterialPlugin)
.add_plugin(CustomMaterialPlugin)
.add_plugin(TextureMaterialPlugin);
to an existing app with lots going on then the frame rate drops right down from 90-100fps to 1-2 fps. This is without adding in any instanced entities. Any thoughts on what's going on? Would love to try out the instancing but ideally don't want everything to be rendered that way.
Maybe this is expected as this is new but if I add in
to an existing app with lots going on then the frame rate drops right down from 90-100fps to 1-2 fps. This is without adding in any instanced entities. Any thoughts on what's going on? Would love to try out the instancing but ideally don't want everything to be rendered that way.