OGRECave / ogitor

Ogitor SceneBuilder, the WYSIWYG scene editing environment for OGRE
MIT License
95 stars 31 forks source link

does the ogitor support ogre 2.x ? #48

Closed zhuhaipeng-byte closed 1 year ago

zhuhaipeng-byte commented 1 year ago

I use ogre2.1, vs2019 to compile the ogitor, there are many cmake errors!!! when i use ogre1.13.6, there are also cmake error, # class Ogre::Camera don't have LookAt , setPosition.. function, if it do not support ogre2.x, will you update ogitor project in the future to support ogre2.x ? thanks a lot, have a good day for you

paroj commented 1 year ago

ogre 2.x is not supported.

To use ogre1, you must built it with OGRE_NODELESS_POSITIONING=ON.

zhuhaipeng-byte commented 1 year ago

ok, thanks for your reply. i will try to built with OGRE_NODELESS_POSITIONING=ON.