JavaScript Projects

3D Editor

Create Zdog graphics with a 3D editor.

👉 Demo 👈

(Press the “Try Demo” button under Tree View to load a sample model)

Controls

  • Zoom: Mousewheel
  • Panning: Shift + drag or MMB + drag
  • Rotate: Click + drag
  • Undo: Ctrl + Z
  • Redo: Ctrl + Y or Ctrl + Shift + Z
  1. Generate code embed by clicking on “Embed Dream”
  2. Copy/paste output into an HTML document.
  3. Include <script src="https://unpkg.com/zdog@1/dist/zdog.dist.min.js"></script> within <head></head>.

WIP 2: organizing the property panel and displaying axes Figure 1: A sphere that shows the major axis.