new ShadowCameraSetup

kubatp

18-03-2016 18:12:39

Hi,
I hope this group is still alive:)
I was trying to port ShadowCameraSetup to MOGRE from this thread http://www.ogre3d.org/forums/viewtopic.php?f=11&t=71142
I already did everything, but I realized that GetShadowCamera from the wrapper class of DefaultShadowCameraSetup is not virtual. My GetShadowCamera is therefore not called from OGRE engine and it does not work.

Am I doing something wrong or there is another way how to achieve this? I was looking to the source of MOGRE and also searching on google but no answer has come up.

Thank you for help.