Jump to content
Sign in to follow this  
Naiss

Wheels wont spin

Recommended Posts

okey so i got almost all the anim working now but the only anim thats not working on the wheel's that spin around when you drive, why is not that one working i got all the point right... please help :)

or is there any points i forgot to add in object builder?

Share this post


Link to post
Share on other sites

i'm pretty new (also trying to get a car working) :) but maybe i can help :) :

do you have an axis for each wheel in the memory lod, and according entries in the model.cfg?

Share this post


Link to post
Share on other sites

ye i got all the wheel_1_1_axis, wheel_1_1_steering_axis and all that

Share this post


Link to post
Share on other sites

post your model config set up for your wheels, there is too many things that could have gone wrong for us to be able to tell you without seeing the code.

Share this post


Link to post
Share on other sites

Same problem with my model here... I double check selection, axis, etc...

class Wheel_1_1

{

type="rotationX";

source="wheel";

selection="wheel_1_1";

axis="wheel_1_1_axis";

memory=1;

sourceAddress="loop";

minValue=0;

maxValue=1;

angle0=0;

angle1="rad -360";

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×