![]() | 1 | initial version |
You should be able to add/remove all shadows using the scene tag in your world file.
...
<world name="default">
<scene>
<ambient>0.0 0.0 0.0 1.0</ambient>
<shadows>0</shadows>
</scene>
...
If there is a light source (such as the sun) in your world, you may end up with a light side and a dark side to your model. This is not so much a shadow, but a lack of light. If this is not the desired outcome, you have a few options at this point: