Classes
Methods
added(vrobject)
Called when a new object is added to the scene
Parameters:
Name | Type | Description |
---|---|---|
vrobject |
a VRObject, typically a Client, added to the scene. |
- Source:
entered(welcome)
Called when user enters the world.
Parameters:
Name | Type | Description |
---|---|---|
welcome |
Welcome message |
- Source:
loaded(vrobject)
Called when a new object is loaded.
What that exactly means, depends on type of object - e.g. avatars are loaded differently than video streams.
Actual mesh/avatar/etc is in vrobject, e.g. vrobject.container in case of general model.
Parameters:
Name | Type | Description |
---|---|---|
vrobject |
a VRObject, typically a Client, added to the scene. |
- Source:
removed(vrobject)
Called when an object is removed from the scene
Parameters:
Name | Type | Description |
---|---|---|
vrobject |
a VRObject, typically a Client, removed from the scene |
- Source: