Three.js Editor

Browser-based scene editor for assembling Three.js scenes, importing assets, editing materials and lights, and exporting to the documented Three.js JSON object format. Useful as a no-code starting point that produces files consumable by `ObjectLoader` in any Three.js application.

Three.js Editor is one of 6 APIs that Three.js publishes on the APIs.io network.

Tagged areas include Editor, Authoring, and Tools.

API entry from apis.yml

apis.yml Raw ↑
aid: threejs:threejs-editor
name: Three.js Editor
tags:
- Editor
- Authoring
- Tools
humanURL: https://threejs.org/editor/
properties:
- url: https://threejs.org/editor/
  type: Sandbox
- url: https://github.com/mrdoob/three.js/tree/dev/editor
  type: SourceCode
description: Browser-based scene editor for assembling Three.js scenes, importing assets, editing materials
  and lights, and exporting to the documented Three.js JSON object format. Useful as a no-code starting
  point that produces files consumable by `ObjectLoader` in any Three.js application.