Hi All,
How is possible to create a mesh giving a list of coordinates?
Many thanxs
How to Create programmatically a Mesh
look at 03.CustomSceneNode example. it creates pyramid using drawIndexedTriangleList.
My project in forum- ATMOsphere - new dynamic sky dome for Irrlicht
I think you could take a look even here and create a mesh by yourself following CreateCube() method example.
Also you could create a .x file "programatically" which is what i attempted to do, but creating a whole maze that way didn't work for me for some reason, only half of it ended up displaying... Probably had an error in my method which outputted the vertices to the .x file!
What i did after that was to create seperate .x files, one for wall, one for floor etc. Then use them to build up the maze from in the program.
What i did after that was to create seperate .x files, one for wall, one for floor etc. Then use them to build up the maze from in the program.