Skip to main content

WebGL API

NovoRender.ObjectReference

Lightweight reference to a single object within a scene instance.

Remarks

Object metadata are not loaded with scene automatically and may require an additional server request. This interface contains only the identity required to perform such a request.

Hierarchy​

Properties​

id​

• Readonly id: number

The id of the object

Methods​

loadMetaData​

â–¸ loadMetaData(): Promise<ObjectData>

Load the associated object meta data.

Returns​

Promise<ObjectData>

â–¸ loadMetaData(): Promise<ObjectData>

Load the associated object meta data.

Returns​

Promise<ObjectData>