TrackNode Rotation #2867
Answered
by
Warren-Whitfield
Warren-Whitfield
asked this question in
Support Q&A
-
|
My apologies, I know I've asked this before, but is there any way to change the heading of the tracknode icon once created? |
Beta Was this translation helpful? Give feedback.
Answered by
Warren-Whitfield
Nov 25, 2025
Replies: 1 comment 4 replies
-
|
Try |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid that is going to be too expensive, I need to be able to maintain ~1000 tracks on the display and with images needing to rotate almost constantly, its going to slow everything down.
So what I have done in the meantime is use your TrackNode class as an example to create my own customized one. If you want I can post the code, but basically what I've done is remove the shared stateset and use the Vertex shader to do the rotation. VS looks like this...