Jump to content
Sign in to follow this  
eagledude4

Steering wheel rotating incorrectly

Recommended Posts

The steering wheel rotates on the wrong axis (in the same direction as the tires, instead of rotating left and right). Why is this occurring if the rotation types are different?

class Steeringwheel {
type = "rotation";
source = "drivingwheel";
selection = "volant";
axis = "osavolantkon";
memory = "false";
angle0 =4;
angle1 =-4;
minValue = -1;
maxValue = 1;
};

Edited by eagledude4

Share this post


Link to post
Share on other sites

No, I just have it in my 0 and view cargo lods. Does it have to be also in the memory lod? I thought I didnt need it if I had memory = "false"; in the animation class.

EDIT: Added osavolantkon to memory lod with the same result. Also, by axis do you mean just a point I created with the insert key?

Edited by eagledude4

Share this post


Link to post
Share on other sites

Yeah, memory = 0 means not in the memory LOD.

To make an axis you need two points to define a direction and location.

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  

×