Create own mesh from source.....

Discussion about Irrlicht's Java wrapper
Post Reply
Raster
Posts: 1
Joined: Thu Mar 22, 2007 2:45 pm

Create own mesh from source.....

Post by Raster »

Hi there....

I'm new to jirr, and i need some help please...
I would like to create my own mesh from code, something like a parametric mesh, but my problem is that I can't (I know not) set the vertices to the MeshBuffer... how can I create a mesh with 'n' vertices and 'i' indices and after creation modify the values? All the methods I have found need one file (such as .x, .obj or so,... but I want to create the mesh myself from code)...

thanks a lot

john
jirr
Posts: 36
Joined: Sat Feb 19, 2005 8:05 am

Post by jirr »

Hi Raster,

this is not possible with the current version of jirr. But it is on the list for future versions.

At this very moment there is only one workaround: create the mesh in java by writing the .x file and read that from disk.
Post Reply