UNPKG

@threlte/extras

Version:

Utilities, abstractions and plugins for your Threlte apps

9 lines (8 loc) 209 B
import type { Props } from '@threlte/core'; import type { Group, Object3D } from 'three'; export type BillboardProps = Props<Group> & { /** * @default true */ follow?: boolean | Object3D; };