Hi,
Any idea how I can get my camera position in Scratch Pad to make a custom CameraOffset?
I’m trying to modify the Camera Offset so it works when the camera comes closer to the emitter than the sett value of the CameraOffset
Let’s say my CameraOffset is set to 100, but my camera comes closer than 100 units it will clip my particle. So I want to set the CameraOffset to 100 but if the vector between my camera and emitter is smaller than 100, it becomes that smaller value.
To do this I need to be able to get my camera position and simulation position and compare it to the current CameraOffset and change it when it becomes smaller.
So how do you get the camera position in scratch pad?.. and basically make a custom CameraOffset