[Feasibility] Input raw vertex data to pages?

HexiDave

12-02-2006 09:58:20

It's pretty early in the morning here so my appologies if I missed a post about it already.

Is it possible in the plug-in's current state to create a number of pages (say 20 x 20 pages) manually and take those pages (made from planes) and give them proper vertex data directly from a modified vertex buffer or array with height information?

The reason I ask is because I'm using fractals to generate my terrains (from inside the program) and I'd very much like to use the paging system to hook all of the many different fractal terrains together to make one very large terrain (I can take care of matching the heights up at the page edges.)

Thank you for any help/input you can give.

tuan kuranes

12-02-2006 10:35:07

It would be better to feed it with heightmaps, or array of floats.
Best would be to create your own data2D class.