I'm a little lost

Joined
Jan 31, 2018
Messages
31
Hi guys, I'm a bit lost looking for some info, I think we've been through 3 forums and a couple of wikis since I started messing about with RoR, and I have lost some of the references I have previously bookmarked.

What I currently need help with:

My terrain mesh LODs aren't working and I can't find any documentation about how to write the odef file to check for errors.

I lost my reference to a bump map material / shader on the old old forums.

A link I followed to look in to a blend file for adding rails was dead.

Any help would be really appreciated.

Thanks.
 
LOD
Cube.mesh
1, 1, 1
beginlodmesh
4, Cube_lod1.mesh
8, Cube_lod2.mesh
16, Cube_lod3.mesh
endlodmesh
beginmesh
mesh Cube_lod1.mesh
endmesh

end
This is my odef. I have tried different letter cases and in different maps and no joy.
I have a large map and because any page where X or Y >0 doesn't have collisions I was trying to use tiled meshes over a flat map instead of tiled height maps, but without LODS there is no point in progressing with that as the performance hit will be too much. So looks like large maps are a no-go as there isn't enough detail in a single height map and no LODS?
 
Back
Top