I have a texture on the outside of a sphere. The texture has cross on it and I would like that cross to the face the camera from any angle using UV panning.
I almost have this working with the CameraDirectionVector node, but it won’t pan the texture all the way around.
I don’t want to use dynamic material with a blueprint tick because that seems costly and inelegant. I’m considering trying to edit the engine source to modify an existing material node, but I’m not sure how much access you’re given to them or how easy they are to find.
Times like these its handy to see whats going on by plugging things into the debug nodes.
try plugging in the CameraDirectionVector into a “DebugFloat3Values” node.
preview that node and change the preview mesh to a cube.
Rotate the camera about in the preview window.