Is there a way to access object’s local forward direction in shader graph?
I want to rotate my mesh around that axis using Rotate About Axis
node. Right now I am rotating my mesh like this.
It only works as long as I keep my Gameobject
’s rotation
to 0,0,0
. So I was planning to get forward axis and feed it into Axis
of Rotate About Axis
.