Quick Start
- Open the editor from the homepage or choose a generator from Tools.
- Create a model with a text prompt, upload an image for image-to-3D, or import an existing mesh.
- Select the object in the viewport or scene list, then use the toolbar to move, rotate, scale, simplify, paint, or sculpt.
- Use export when the mesh is ready. GLB is the best default for web and product previews; STL is useful for print workflows.
/help#quick-start.Select and Transform
Click an object in the viewport to select it. Shift or Ctrl click adds to the selection, Alt click cycles through overlapping objects, and A selects a mesh in the scene.
With an object selected, drag the on-screen gizmo handles to move, rotate, or scale directly. Use the toolbar to switch the gizmo between move, rotate, and scale, and to toggle world or local space.
Press G to grab/move or R to rotate the selection, then move the mouse. While transforming, press X, Y, or Z to lock to an axis, or type a number for a precise amount. Click or Enter confirms, Esc cancels.
Generation
SimplexGen supports text-to-3D, image-to-3D, AI image generation, texture generation, material maps, relighting, and remeshing workflows.
- Use detailed prompts with shape, style, materials, and intended use.
- For products, include front/back/side details and material constraints.
- For image-to-3D, use centered images with clear object silhouettes.
- Generated jobs can be queued; account credits and API keys are managed in Account.
Mesh Tools
Mesh tools help make generated or uploaded geometry usable for editing, rendering, and export.
Reduce triangle count while preserving the visible shape and repaired topology where possible.
Add mesh density before sculpting or deformation when a model needs smoother local detail.
Fix holes, duplicate vertices, degenerate faces, and common non-manifold issues.
Generate UVs and material maps for painting, previewing, and export workflows.
Paint and Sculpt
Texture painting edits color and material maps. Sculpting and deformation change geometry. Use undo to step back through brush strokes and transformations.
- Brush size controls the affected surface area.
- Auto-subdivision can add detail during deformation when the mesh is too coarse.
- Viewport movement resumes as soon as the active brush stroke or transform drag ends.
Export
Export formats depend on where the model will be used.
- GLB: compact web-friendly format with geometry, materials, and textures.
- OBJ: broad compatibility for DCC tools and asset pipelines.
- STL: geometry-only format commonly used for 3D printing.
Keyboard Shortcuts
Press F1 in the editor to open the searchable shortcuts overlay at any time. Shortcuts are ignored while typing in a text field.
Navigation
| Shortcut | Action |
|---|---|
| T | Toggle flythrough camera mode; Esc also exits it. |
| WASD | Fly forward / left / back / right (flythrough, or while holding right mouse in orbit). |
| Q / E | Move camera down or up. |
| Shift / Ctrl | Hold while flying for faster or slower movement. |
| [ / ] | Decrease or increase flythrough speed. |
| Right mouse drag | Look around from the current camera position. |
| C | Center the view on the selection. |
| H | Toggle grid and axes helpers. |
| F11 | Toggle fullscreen viewport. |
Select and Transform
| Shortcut | Action |
|---|---|
| Click | Select object. Shift/Ctrl adds, Alt cycles overlapping. |
| G | Grab/move the selection (then move mouse, click to confirm). |
| R | Rotate the selection. |
| X / Y / Z | Lock the active transform to an axis. |
| Enter / Esc | Confirm or cancel the active transform. |
| V | Return to select mode. |
| Delete / Backspace | Delete the selected object. |
| Ctrl + D | Clone the selected object. |
| Ctrl + Z / Ctrl + Y | Undo / redo. |
Mesh, View, and Paint
| Shortcut | Action |
|---|---|
| Shift + 1 / 2 / 3 | Quick simplify to 50% / 25% / 10%. |
| Z | Toggle wireframe. |
| Space | Open the view options menu. |
| Shift + P | Paint mode. |
| Shift + S | Sculpt mode. |
File and Export
| Shortcut | Action |
|---|---|
| Ctrl + S | Save the project as JSON. |
| Ctrl + O | Open a project file. |
| Ctrl + 1 / 2 / 3 | Export as PLY / STL / GLB. |
Troubleshooting
Help link opens a missing page
Use /help#quick-start. The server should return this page and the browser will scroll to the Quick Start section.
Movement does not respond
Click inside the viewport first. If you are painting, sculpting, deforming, or dragging a transform gizmo, finish that action and movement will resume.
A generated model looks too dense or too rough
Try simplify for dense meshes, subdivide before sculpting coarse meshes, and repair before export if topology warnings appear.
Exports are missing textures
Prefer GLB for textured models. OBJ and STL workflows may require separate texture or material files depending on the target app.