# Candera Engine 3D

#### Camera: Set up and lookAt vectors in one call

[Camera::SetUpAndLookAtVectors](http://dev.doc.cgistudio.at/APILINK/class_candera_1_1_camera.html#a6887289c5792205c16448976007d5deb) allows setting the up and lookAt vectors at once. It is useful to avoid situations like when setting one of them could cause fail because is collinear with the default value of the other one, which is going to be changed anyway.

---