All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----vlc.vrml.generic.geometry.VrmlObject | +----vlc.vrml.generic.geometry.Texture
The latest information and bugs in JVerge can be found at http://www.vlc.com.au/JVerge
For definition of the Anchor node please see the VRML 97 Anchor specification
Texture abstract class. Used as the base class for all texture types.
protected boolean repeatS
protected boolean repeatT
protected Texture()
public void writeToFile(PrintStream fp, int indent)
public boolean get_repeatS()
public boolean get_repeatT()
public Object clone()
All Packages Class Hierarchy This Package Previous Next Index