> For the complete documentation index, see [llms.txt](https://docs.bonzai.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bonzai.sh/product-manuals/bonzai-desktop/3d.md).

# 3D & Games

BonzAI creates interactive 3D experiences by generating scene code and rendering it with WebGL. It is not a text-to-mesh service.

## What you can create

* explorable scenes;
* product or architectural concepts;
* simple games and interactions;
* animated environments;
* reusable Three.js experiments.

## Workflow

1. Describe the scene and interaction.
2. Generate the experience.
3. Inspect it in the live viewer.
4. Move the camera and test interactions.
5. Refine one behavior at a time.

## Good instructions

Specify scale, camera, controls, materials, lighting, objects, motion, collisions, goal, and success/failure states. A familiar game mechanic should be named explicitly.

## Performance

Complex geometry, many lights, large textures, physics, and post-processing can reduce frame rate. Ask for a simpler scene first, then add detail.
