Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 808 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 808 Bytes

webgl-area-picking-vue

Description

Project based on ThreeJS and Vue-GL. Environment based on Vue-CLI 3, Typescript, and class syntax Vue.

Monolithic untyped version can be found in testIndex.html.

Features

  • Bi-directionally reactive properties position and rotation, either from sliders' DOM events or from the OrbitControl's mouse events.
  • Resetable
  • Async loading of model3D
  • Color Picker for the model3D

Project setup

yarn

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.