meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
terrain-system-culling-and-population [2022/07/29 14:56]
steph.jorgensen
terrain-system-culling-and-population [2023/04/04 09:53] (current)
steph.jorgensen
Line 1: Line 1:
-====== Terrain System Culling and Population ======+====== Terrain system culling and population ======
  
 Note that the example terrain system in the SpeedTree SDK does not support any specific file format for terrain population. It will simply provide the client application with blank cells to populate as needed. The client is free to populate those cells based on any data or algorithm desired. The reference application does use an example-level class called ''CMyTerrainData'' that our developers use to generate terrain data. Feel free to use this as a basis for your own population data system if helpful. Note that the example terrain system in the SpeedTree SDK does not support any specific file format for terrain population. It will simply provide the client application with blank cells to populate as needed. The client is free to populate those cells based on any data or algorithm desired. The reference application does use an example-level class called ''CMyTerrainData'' that our developers use to generate terrain data. Feel free to use this as a basis for your own population data system if helpful.