Movement probs

Blitz3D Forums/Blitz3D Programming/Movement probs

Fuller(Posted 2006) [#1]
I have a mesh as a terrain so the collisions are setup as:
Collisions TYPE_CAM,TYPE_TERRAIN,2,3
The current movement speed is .2 but thats too fast but any less and I cant climb the hills in the terrain!
Any better way to do this?
thanks


puki(Posted 2006) [#2]
You could try scaling the terrain.


kfprimm(Posted 2006) [#3]
http://www.blitzbasic.com/Community/posts.php?topic=60893


Fuller(Posted 2006) [#4]
Thanks!