Preview live, install via shadcn or copy the source.
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| designUrl | string | — | No | Texture image URL projected onto the baked tee mesh (flipY false). |
| color | string | — | No | Base color (MeshStandardMaterial color). |
| modelUrl | string | /shirt_baked.glb | No | GLB model path (baked tee). |
| scale | number | [number,number,number] | — | No | Mesh scale. |
| autoRotate | boolean | true | No | Idle sine rotation. |
| enableOrbit | boolean | false | No | Wrap OrbitControls for drag/zoom. |
| className | string | — | No | Container class. |
| shirts | TShirtShowcaseItem[] | — | No | For TShirtShowcase grid: {designUrl, color, name}[]. |