Class threedee.NodeUpdater
A plane
Defined in: NodeUpdater.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
update(node, delta)
Updates the node with the specified time delta.
|
Method Detail
update(node, delta)
Updates the node with the specified time delta.
- Parameters:
- {!threedee.SceneNode} node
- The node to update
- {number} delta
- The time elapsed since the last scene update (in milliseconds)