OGRECave / ogre-next

aka ogre v2 - scene-oriented, flexible 3D C++ engine
https://ogrecave.github.io/ogre-next/api/latest
Other
1.02k stars 224 forks source link

Forward 3D in Orthographic rendering broken #36

Open al2950 opened 4 years ago

al2950 commented 4 years ago

System Information

Detailled description

It would appear forward 3d things, eg lights, decals etc are broken when using Orthographic rendering. I have only been able to test up to the last revision on bitbucket, but has been broken for a very long time. Earliest revision I have tested is ea7f397

Will continue to look in to it, after I have migrated to Github branches

darksylinc commented 4 years ago

I don't see a reason why this wouldn't be able to work. It's almost certainly a bug and not an algorithm limitation.

Probably a camera function we rely on for performing frustum culling in C++ doesn't produce the output we expect

darksylinc commented 4 years ago

Directly related forum discussion: https://forums.ogre3d.org/viewtopic.php?p=546396