Type Alias ModelEncoder

ModelEncoder: (params: ModelEncodeParams, options?: any) => Promise<any>

Encodes geometry and semantic data within a scene!SceneModel and/or a data!DataModel into model file data.

Type declaration