Namespace vxl.events

Voxelent Events

Namespace

vxl.events
Congregates all the events fired by VoxelentThese events are registered with the vxlNotifier
See:

Fields

{String} ACTOR_CHANGED_COLOR
fired by vxlActor
{String} ACTOR_CHANGED_SHADING
fired by vxlActor
{String} ACTOR_MOVED
fired by vxlActor when that actor instance is moved
{String} ACTOR_SCALED
fired by vxlActor
{String} DEFAULT_LUT_LOADED
fired when the default lookup table is loaded
{String} MODEL_NEW
fired by the vxlModel constructor
{String} MODELS_LOADED
fired by vxlModelManager after loading a set of models
{String} READER_DONE
fired when a reader is done reading window.File(s)
{String} SCENE_NEW
fired by the vxlScene constructor
{String} SCENE_UPDATED
fired by vxlScene when an actor is added to the scene
{String} VIEW_NEW
fired by the vxlView constructor