Point camera along vector (NOT at a target)

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… :slight_smile:

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 :slight_smile:

2 Likes