/ogre3d-examples

Ogre3D examples

Primary LanguageGLSLMIT LicenseMIT

Ogre3D examples

Building

mkdir build
cd build
OGRE_HOME=<path-to-ogre> cmake ..
make
ln -s ../assets .

Cube example

Running the example:

./cube/cube

Gui example

Running the example:

./gui/gui