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
- Generate code embed by clicking on “Embed Dream”
- Copy/paste output into an HTML document.
- Include
<script src="https://unpkg.com/zdog@1/dist/zdog.dist.min.js"></script>
within<head></head>
.
Figure 1: A sphere that shows the major axis.