Class MatrixLookAtExample

java.lang.Object
com.ardor3d.example.ExampleBase
com.ardor3d.example.basic.MatrixLookAtExample
All Implemented Interfaces:
Scene, Updater, Runnable

public class MatrixLookAtExample extends ExampleBase
A demonstration of the MathUtils.matrixLookAt function, which constructs a rotation matrix used to orient a source position to a given target position.
  • Constructor Details

    • MatrixLookAtExample

      public MatrixLookAtExample()
  • Method Details