@Override
 public void setLocation(Vector3f loc) {
   light.move(loc);
   super.setLocation(loc);
 }