net.java.joglutils.msg.nodes
Class TextureCoordinate2
java.lang.Object
net.java.joglutils.msg.nodes.Node
net.java.joglutils.msg.nodes.TextureCoordinate2
public class TextureCoordinate2
- extends Node
Represents a set of 2-dimensional texture coordinates which can be
used to texture geometric shapes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextureCoordinate2
public TextureCoordinate2()
setData
public void setData(Vec2fCollection data)
- Sets the texture coordinate data in this node.
getData
public Vec2fCollection getData()
- Returns the texture coordinate data in this node.
doAction
public void doAction(Action action)
- Description copied from class:
Node
- Performs the "typical" operation for this node when an action is
applied to it. The default implementation does nothing.
- Overrides:
doAction
in class Node