setUp method

dynamic setUp(
  1. Vector3 v
)

Set's the object target.

Implementation

setUp(Vector3 v) {
  up.copy(v);
  updateCameraMatrix();
}