Type alias BillboardType

BillboardType: {
    dispose: (() => void);
    object: Object3D;
    update: ((camera) => void);
    updateProps: ((newProps) => void);
}

Type declaration

  • dispose: (() => void)
      • (): void
      • Returns void

  • object: Object3D
  • update: ((camera) => void)

    Should called every frame to update the billboard

      • (camera): void
      • Should called every frame to update the billboard

        Parameters

        • camera: Camera

        Returns void

  • updateProps: ((newProps) => void)
      • (newProps): void
      • Parameters

        Returns void