Controls the loading and network transfer of models into memory
Parameters:
Type | Name | Description |
---|---|---|
Object |
p_object
|
the JSON object that contains the definition of the model oran instance of vxlModel. The object must have a 'name' property. |
vxlScene |
p_scene
|
the scene to be called back when the model is created |
Parameters:
Type | Name | Description |
---|---|---|
String |
name
|
the name of the model to retrieve |
Parameters:
Type | Name | Description |
---|---|---|
String |
event
|
the event that was fired |
Object |
source
|
the object that fired the event |
Parameters:
Type | Name | Description |
---|---|---|
String |
name
|
the name of the model to check |
Parameters:
Type | Name | Description |
---|---|---|
String |
uri
|
The path to the file that will be loaded. |
vxlScene |
scene
|
The scene that will create an actor for this model. This parameter is optional. |