Class SimplePlyExample

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

public class SimplePlyExample extends ExampleBase
Simplest example of loading a PLY model.
  • Constructor Details

    • SimplePlyExample

      public SimplePlyExample()
  • Method Details

    • main

      public static void main(String[] args)
    • initExample

      protected void initExample()
      Specified by:
      initExample in class ExampleBase