Especially the ones that are generated by using RenderableDefinition API.
For shadows, try turning off shadowCasting and shadowReceiving.
For things like reflections, try taking a look at the material properties in the material factory.
Closing due to inactivity.
how to turn off all shadows?? can you be a little more specific!! @ dsternfeld7
Hi. We cant disable shadows for Sun because of:
private final boolean enableShadows;
路路路
viewRenderable.setShadowCaster(false);
viewRenderable.setShadowReceiver(false);
路路路
Most helpful comment
路路路
viewRenderable.setShadowCaster(false);
viewRenderable.setShadowReceiver(false);
路路路