Difference between revisions of "Procedurally generated geometry tutorial"

From Horde3D Wiki
Jump to: navigation, search
(New page: ### Work in progress ### =1. Overview= =2. StreamGenerator= =3. CustomGeometry base class= =4. Simple Square= =5. Simple Grid=)
 
Line 1: Line 1:
 
### Work in progress ###
 
### Work in progress ###
  
=1. Overview=
+
= 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)
  
=2. StreamGenerator=
 
  
=3. CustomGeometry base class=
+
=Overview=
  
=4. Simple Square=
+
=StreamGenerator=
  
=5. Simple Grid=
+
=CustomGeometry base class=
 +
 
 +
=Simple Square=
 +
 
 +
=Simple Grid=
 +
 
 +
=Usage example=

Revision as of 20:45, 27 August 2009

      1. 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