Hey,
Is it possible to switch the projection mode of an active camera for individual objects using existing engine functionality?
E.g:
- Set ortho projection on active camera
- Draw objects
- Set perspective projection on active camera
- Draw remaining objects
Thanks
Hi Maddius -
By default this functionality is not available in the engine as it would require a significant increase in rendering buffers and buffer size; such an impact on engine performance is not something we will want to implement in the engine at this time. However, source is available and a rendering programmer should be able to accomplish this workflow from the existing code.
Thank You
Eric Ketchum