Difference between revisions of "DOMInterpolation"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMInterpolation class)
(Documentation for the DOMInterpolation class)
Line 6: Line 6:
 
* This is a leaf node type. This node type cannot have children.
 
* This is a leaf node type. This node type cannot have children.
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMInterpolation Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:DOMInterpolation Remarks|action=edit}} edit]<nowiki>]</nowiki>===
{{:DOMInterpolation Remarks}}
+
{{#ifexist:DOMInterpolation Remarks|{{:DOMInterpolation Remarks}}|}}
  
 
===Properties===
 
===Properties===

Revision as of 21:02, 12 April 2017

Largely superceeded by the DOMCurve system, this node can be applied as a child to a DOMTransform derived node to cause it to move smothly (on the client side)

See also: DOM Curves

  • Inherits class: DOMObject
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Properties

Point3D Location {get; set;}
The target location of the movement
Point3D Orientation {get; set;}
The target orientation after the movement
float Speed {get; set;}
The speed with which to move toward the Location
DateTime Timestamp {get; set;}
The starting time of the interpolation

Constructors

DOMInterpolation()
Constructs a new DOMInterpolation with default settings

Methods

bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.