Class Texture3DExample

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

public class Texture3DExample extends ExampleBase
Very simple example showing use of a Texture3D texture.
  • Constructor Details

    • Texture3DExample

      public Texture3DExample()
  • Method Details

    • main

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

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