k3nshin0 Entry: 1 04/15/2004 11:49 PM
| im rewriting the engine and adding a terrainlib to make using maps so much easier; heres and example:
createLayer(mainMesh,mainSurf,mapSize,0) addVertices(mainSurf,mapSize,0,False) there you have it, you just created a mesh layer ( such if you wanted to add stuff like.. grass etc )
after that you'd load in your map, the terrainlib is also used by the worldeditor. and of course everything is opensource ! |