A simple starter project for Ogre 2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Macoy Madson 3bb4081100 Added some comments to HLMS code 3 years ago
Dependencies Add license, gitignore, blender2ogre 3 years ago
data Initial commit 3 years ago
.clang-format Initial commit 3 years ago
.gitignore Add license, gitignore, blender2ogre 3 years ago
.gitmodules Add license, gitignore, blender2ogre 3 years ago
BuildDependencies_Debug.sh Initial commit 3 years ago
Build_Debug.sh Fix debug, format code a bit, add light 3 years ago
LICENSE Add license, gitignore, blender2ogre 3 years ago
ReadMe.org Added readme 3 years ago
main.cpp Added some comments to HLMS code 3 years ago

ReadMe.org

Ogre Start Project

This is for Ogre v2, aka. Ogre-next.

See this article for a step-by-step explanation of this setup.

Cloning

This repository includes Ogre and other dependencies as submodules. To clone properly:

git clone --recurse-submodules https://github.com/makuto/ogre-start-project

# Or, if you've already cloned without --recurse-submodules:
git submodule update --init --recursive

You may also need to do this:

cd Dependencies/ogre-next-deps
git submodule update --init --recursive