Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 437 Bytes

billboard.mdx

File metadata and controls

19 lines (16 loc) · 437 Bytes
title sourcecode
Billboard
src/core/Billboard.tsx

Adds a <group /> that always faces the camera.

<Billboard
  follow={true}
  lockX={false}
  lockY={false}
  lockZ={false} // Lock the rotation on the z axis (default=false)
>
  <Text fontSize={1}>I'm a billboard</Text>
</Billboard>