de.jreality.tutorial.app
Class TextureExample

java.lang.Object
  extended by de.jreality.tutorial.app.TextureExample

public class TextureExample
extends Object


Constructor Summary
TextureExample()
           
 
Method Summary
static void main(String[] args)
          This tutorial shows how to apply a 2D texture image to a jReality geometry.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureExample

public TextureExample()
Method Detail

main

public static void main(String[] args)
                 throws IOException
This tutorial shows how to apply a 2D texture image to a jReality geometry. It also shows how to disable this texture for nodes in the subgraph of the node containing the texture (that is, how to disable inheriting the texture).

Parameters:
args -
Throws:
IOException