Class SphereComparisonsExample

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

public class SphereComparisonsExample extends ExampleBase
Simple example showing differences between GeoSphere and Sphere and their various texture mappings.
  • Constructor Details

    • SphereComparisonsExample

      public SphereComparisonsExample()
  • Method Details

    • main

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

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