Question about terrein with JV-ode
Blitz3D Forums/Blitz3D Userlibs/Question about terrein with JV-ode
| ||
hi vip3r. i wan't to know if there is a way to do a infinite scenary using ode.. and if i can do it without problems... i wan't make something with smooth climbs, something like this. this is for the simple race game, i wan't use a not flat scenary. i need to create the sceanry in the blitz program, without loading a 3dmesh. ![]() |
| ||
You can create infinite scenery using multiple mesh tiles. It's also possible to create TriMeshes from code generated 3D meshes. However, you must create the ODE TriMeshes before the simulation is started, it would be too slow to create them in real-time. |
| ||
thanks!.. |