I want to move the camera to a place and then have it look along a vector I give it. I do not want to have to specify a target out in the scene. Haven’t been able to find out how to do that…
Why not using setTarget and you specify camera.position + your direction vector as the target ?
1 Like
Thanks for the suggestion, that sounds like it could work in a pinch
2 Likes