import {PerformanceModel} from '@xeokit/xeokit-sdk/src/viewer/scene/models/PerformanceModel/PerformanceModel.js'
PerformanceModel
Extends:
src/viewer/scene/models/VBOSceneModel/index.js~VBOSceneModel → PerformanceModel
Implements:
- Drawable ,
- Entity ,
- SceneModel
this class was deprecated.
A high-performance model representation for efficient rendering and low memory usage.
- This class was replaced with VBOSceneModel in
xeokit-sdk v2.3.0
. - This class currently extends VBOSceneModel, in order to maintain backward-compatibility until we remove it.
- See VBOSceneModel for API details.
Constructor Summary
Public Constructor | ||
public |
constructor(owner: *, cfg: *) See VBOSceneModel for details. |
Public Constructors
public constructor(owner: *, cfg: *) source
See VBOSceneModel for details.
Params:
Name | Type | Attribute | Description |
owner | * | ||
cfg | * |