collition on two terrains?

Blitz3D Forums/Blitz3D Beginners Area/collition on two terrains?

RiverRatt(Posted 2004) [#1]
I have made a leval with my terrain generator with two terrains.
It has some sharp landscape and some rolling hills,
and it looks great, but the problem is that the player type
needs to be able to walk on both terrains but I can only get the player to walk on either one or the other. I need the playertype to treat both landscapes the same.
Any ideas?
I thought about loading both terrains into my terrain generator and turning it into one terrain but then I would have to errr, texture map the terrain and I dont know how to do that yet.
Any ideas?
Here is some code I tried but does not work without the main loop.




Ross C(Posted 2004) [#2]
You could try giving both terrains the same EntityType?