Searched refs:upVector (Results 1 – 2 of 2) sorted by relevance
67 protected Vector3f upVector; field in MotionTrack201 oc.write(upVector, "upVector", Vector3f.UNIT_Y); in write()212 upVector = (Vector3f) in.readSavable("upVector", Vector3f.UNIT_Y); in read()235 spatial.lookAt(lookAt, upVector); in computeTargetDirection()270 control.upVector = upVector.clone(); in cloneForSpatial()370 public void setLookAt(Vector3f lookAt, Vector3f upVector) { in setLookAt() argument372 this.upVector = upVector; in setLookAt()
404 public void lookAt(Vector3f position, Vector3f upVector) { in lookAt() argument413 getLocalRotation().lookAt(compVecA, upVector); in lookAt()