Hi, I would want know the distance from me to the wall, I use the satic raycast command but it not works
I assigned the camera to an object named "ClimbObj", can you help me please ? Thanks
Climbx#=object position x(ClimbObj) : Climby#=object position y(ClimbObj) : Climbz#=object position z(ClimbObj)
Climbx2#=newxvalue(Climbx#,object angle y(ClimbObj),75.0) : Climbz2#=newzvalue(Climbz#,object angle y(ClimbObj),75.0)
print "raycast= ", static raycast(Climbx#,Climby#,Climbz#,Climbx2#,Climby#,Climbz2#)
EDIT : I've found the problem ... I work with the ODE (Open Dynamics Engine), the problem is the ODE collision -__-
Eternal suffering ...
I'm french