Exemplo n.º 1
0
 public void LookAt(Vector3f location)
 {
     direction.Set(location.Subtract(translation));
 }