Return to the tutorials list.

2 - Hello World: render a 3D model (without framework)

The tutorial is similar to previous tutorial, with all framework code removed.

Lot of people want to use and integrated the Bonzai Engine api and therefore wish to remove most of the framework code. This is perfectly possible and this tutorials demonstrate how to do that.

The tutorial is not runnable by itself and you'll have to provide your own replacement to the framework code.
The usual troubles most of beginner have when removing the framework is the matrix (projection and modelview) setup to looks toward the model. If you also encounter this problem, we recommend to launch the first tutorial with your model to quickly preview it. To help you setup properly the matrices, please read the related article in the faq.

Source Code