# XWUI3DLogoStudio

Art-directed 3D logo showcase: an extruded SVG in clearcoat chrome, lit by three
coloured keys against a gradient environment, with bloom, trails, dust and smoke.
It is a set-piece, not a logo primitive - reach for `XWUIAppLogo` when you want
the application's identity mark, and for this when you want a hero moment.

## When to use it

Landing-page heroes, launch pages and brand showcases where the logo is the
subject of the screen rather than a wayfinding element. Every effect is a
separate switch (`bloomEnabled`, `smokeEnabled`, `sparklesEnabled`,
`motionBlurEnabled`, `wireframeEnabled`, ...) so the scene can be dialled from
"chrome logo on a gradient" up to the full studio treatment without forking the
component.

Set `data.svg` to the artwork. The component extrudes the paths it finds; a
single-path mark reads best because every path becomes its own solid.

## Basic Usage

```html
<xwui-3d-logo-studio height="520px" bloom-enabled="true"></xwui-3d-logo-studio>
```

## Cost and fallbacks

This mounts a WebGL scene: it is the most expensive component in the basic tier.
Give it a fixed `height`, keep one instance per page, and prefer `XWUIAppLogo`
anywhere the mark is repeated (headers, cards, footers). `menuHidden` hides the
built-in art-direction panel for production pages - leave it visible only while
tuning.

## API

```api
```
