eventhorizon5 / skyscraper

The Skyscraper Project (Skyscrapersim) - an open source building, city, and elevator simulator
https://www.skyscrapersim.net
GNU General Public License v2.0
28 stars 7 forks source link

Linux rendering issue #1

Closed eventhorizon5 closed 1 year ago

eventhorizon5 commented 1 year ago

Currently a showstopper on Linux, rendering has a broken zbuffer (or something like that), this appears to be working on Windows, it could be an Ogre engine bug. I tested Ogre versions 1.9, 1.10, 1.11 and 1.12, all have this issue, but the old build environment that used Ogre 1.9 worked fine for some reason, which means that it could have something to do with the newer compiler.

eventhorizon5 commented 1 year ago

This appears to have been fixed in Ogre 1.13. The camera interface needs to be ported to that version for it to build properly.