DOMCameraEffect

From Virtual World Web Wiki
Jump to: navigation, search

Represents a camera effect in use in a scene. When placed under the scene document, it affects all users. When placed under a participant document it affects only that user.

Remarks [edit]

Properties

string CameraEffectName {get; set;}
The name of the camera effect to apply
string Shader {get; set;}
The name of the shader to use for the camera effect

Constructors

DOMCameraEffect()
Constructs a new DOMCameraEffect with default settings
DOMCameraEffect(DOMObject[] children)
Constructs a new DOMCameraEffect, adding children at the same time
DOMCameraEffect(string title, DOMObject[] children)
Constructs a new DOMCameraEffect, setting a title and adding children at the same time