/axonviewer

Simple THREE.js model viewer, base for aectech2020 intro to THREE.js presentation

Primary LanguageJavaScript

AxonViewer

This is a simple THREE.js model viewer, created for aectech2020 intro to THREE.js.

Run using Budo

npm i -g budo
budo --dir . --live

Features include:

  • 3dm loader to open up Rhino geometry
  • Orbit Controls
  • Displacement Paths
  • Selection / Modify object attributes

No Framework

This repo is meant to demonstrate some techniques for working with THREE.js. No framework needed.