Class RemoteAbstractG3d

G3D is a simple, efficient, generic binary format for storing and transmitting geometry. The G3D format is designed to be used either as a serialization format or as an in-memory data structure. See https://github.com/vimaec/g3d

Hierarchy

  • RemoteAbstractG3d

Constructors

Properties

Methods

Constructors

  • Parameters

    • meta: string
    • attributes: G3dRemoteAttribute[]

    Returns RemoteAbstractG3d

Properties

attributes: G3dRemoteAttribute[]
meta: string

Methods

  • Parameters

    • descriptor: string

    Returns G3dRemoteAttribute

  • Create g3d from bfast by requesting all necessary buffers individually.

    Parameters

    Returns RemoteAbstractG3d

Generated using TypeDoc