EntityRadius - y radius

Blitz3D Forums/Blitz3D Programming/EntityRadius - y radius

xmlspy(Posted 2006) [#1]
Has anyone tried using the y radius? it doesn't seem to work at all.



Paolo(Posted 2006) [#2]
I'm using different collisions radius in my game and I have
had no problems,

... seems it is not working, but only with Planes, a bug I think :)

change the CreatePlane() code for this and it works:
p=CreateCube()
	MoveEntity p,0,-1,0
	ScaleMesh p,10,1,10
	EntityType p, col_scene

Paolo.


xmlspy(Posted 2006) [#3]
Works, stupid infinite plane....