de.jreality.tutorial.app
Class AppearanceInheritanceExample

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

public class AppearanceInheritanceExample
extends Object

This shows how to use the constant value Appearance.DEFAULT to hide any attributes assigned to an Appearance attribute in the nodes above a given scene graph component in a jReality scene graph.

Author:
gunn
See Also:
for another example of the inheritance mechanism.

Constructor Summary
AppearanceInheritanceExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppearanceInheritanceExample

public AppearanceInheritanceExample()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException