Cannot Get an Axis Locked Cursor Location

I want to write a logic to spawn spheres on a locked x position but because i calculate the location by adding the direction, it distorts on the edges so the objects spawn on the edges are closer to camera.


1 Like

Yup, you’re tracing on the inside of a sphere who centre is at the camera location.


You’ll need Line Plane Intersection: