horde3d / Horde3D

Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
http://horde3d.org/
1.55k stars 308 forks source link

Patches to fix mac build with Xcode #111

Closed jcmonnin closed 6 years ago

jcmonnin commented 6 years ago

This addresses issue #110. The new version seems to require c++11 (I don't mind), but build fails if this is not specified. Alternatively, the c++11 usage could be removed.