visvis
visvis copied to clipboard
object shadows and reflections
Is there anyway to render the shadows of objects according to light position and if not where should i implement the part of shadow and reflection ?
Visvis does not have builtin functionality for that. I am not sure how hard it would be to make it work (I have never done anything like that), but you'd probably need to work with the interbals of visvis a bit, and know your way around with OpenGL ...
This won't ever be supported in Visvis.
Have a look at PyGfx, where we did implement it recently, see e.g. this example