HttpSceneLoader
Introduction
vtkHttpSceneLoader
Methods
applySettings
| Argument | Type | Required | Description |
|---|---|---|---|
sceneItem | Yes | ||
settings | Yes |
extend
Method used to decorate a given object (publicAPI+model) with vtkHttpSceneLoader characteristics.
| Argument | Type | Required | Description |
|---|---|---|---|
publicAPI | Yes | object on which methods will be bounds (public) | |
model | Yes | object on which data structure will be bounds (protected) | |
initialValues | IHttpSceneLoaderInitialValues | No | (default: {}) |
getAnimationHandler
getBaseURL
getFetchGzip
| Argument | Type | Required | Description |
|---|---|---|---|
fetchGzip | Boolean | Yes |
getMetadata
getRenderer
getScene
getUrl
invokeReady
newInstance
Method used to create a new instance of vtkHttpSceneLoader
| Argument | Type | Required | Description |
|---|---|---|---|
initialValues | IHttpSceneLoaderInitialValues | No | for pre-setting some of its content |
onReady
resetScene
setRenderer
| Argument | Type | Required | Description |
|---|---|---|---|
renderer | vtkRenderer | Yes | The vtkRenderer instance. |
setUrl
| Argument | Type | Required | Description |
|---|---|---|---|
url | String | Yes |
update
updateDatasetTypeMapping
| Argument | Type | Required | Description |
|---|---|---|---|
typeName | Yes | ||
handler | Yes |