Notifications
Clear all

[Closed] Change Trackview Function Curve color

I don’t know if this is possible but I figured someone might have an answer. We created a script that creates a vehicle’s motion based off a Trackview’s function curve. We have multiple custom curves for Pitch/Roll/Yaw etc. I was trying to figure out if there is a way we can change the color for each curve. Example Pitch = Green, Roll = Blue, Yaw = Red. (Image only shows Pitch/Roll)

Thanks

2 Replies

The easiest way is to use a Point3 controller to control Yaw, Pitch, and Roll instead of a Float controller. I say easiest way, but I actually don’t know of another way.

I apologies, I didn’t see this till now. I will have to look into Point3. The script was created before I started working so I would have to see if I can change it to a Point3 setup.

Thanks