Difference between revisions of "Procedurally generated geometry tutorial"

From Horde3D Wiki
Jump to: navigation, search
Line 1: Line 1:
### Work in progress ###
+
'''Work in progress'''
 
 
 
= Important notes=
 
= Important notes=
 
* The code used here has been tested with Horde3D 1.0.0 beta2 and beta3 and will '''NOT''' work with the latest release (beta4)
 
* The code used here has been tested with Horde3D 1.0.0 beta2 and beta3 and will '''NOT''' work with the latest release (beta4)

Revision as of 20:46, 27 August 2009

Work in progress

Important notes

  • The code used here has been tested with Horde3D 1.0.0 beta2 and beta3 and will NOT work with the latest release (beta4)


Overview

StreamGenerator

CustomGeometry base class

Simple Square

Simple Grid

Usage example