Movement probs
Blitz3D Forums/Blitz3D Programming/Movement probs| 
 | ||
| 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 | 
| 
 | ||
| You could try scaling the terrain. | 
| 
 | ||
| http://www.blitzbasic.com/Community/posts.php?topic=60893 | 
| 
 | ||
| Thanks! |