DOMStartPoint

From Virtual World Web Wiki
Jump to: navigation, search

Represents a position in the room at which a user's avatar could begin play. The names (titles) of start points can be specified in VWW URLs in a manner similar to an HTTP fragment identifier used to take a user to an "anchor" in an HTML page. For example: vww://vrmeeting.space/start#Welcome would take the user to the scene called "start" and spawn them in the instance at the location of the DOMStartPoint named "Welcome"

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

Remarks [edit]

Properties

string AttachToBone {get; set;}
bool DebuggerDefault {get; set;}
True if this is the default start point for debugger clients (Curiosity) when no start point name is specified in the URL. If no default exists the transform 0,0,0 is used.
bool Default {get; set;}
True if this is the default start point when no start point name is specified in the URL. If no default exists the transform 0,0,0 is used.
bool ExcludeTransform {get; set;}
float Radius {get; set;}
The radius inside which to try to spawn the user
Point3D RotationAxis {get; set;}
float RotationSpeed {get; set;}
float SX {get; set;}
float SY {get; set;}
float SZ {get; set;}
long TransformParentID {get; set;}
Point3D Velocity {get; set;}
bool VrDefault {get; set;}
True if this is the default start point for debugger clients (Curiosity) when no start point name is specified in the URL. If no default exists the transform 0,0,0 is used.

Constructors

DOMStartPoint()
Constructs a new DOMStartPoint with default settings
DOMStartPoint(string title)
Constructs a new DOMStartPoint, setting a title and adding children at the same time