Difference between revisions of "Procedurally generated geometry tutorial"
From Horde3D Wiki
(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. | + | = 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= | ||
Revision as of 19:45, 27 August 2009
-
-
- Work in progress ###
-
Contents
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)