Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 756 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 756 Bytes

Threejs vite starter

This is a starter template for threejs with vite based on Bruno Simon's starter.

Usage

npm install
npm run dev

Stack

Features

  • Scene management: Add multiple scenes and switch between them by adding ?scene=scene-name to the url
  • Debug mode: Enable debug mode by adding #debug to the url
  • GltfClone: Clone a gltf model with bones
  • Sound management: Minimal sound management
  • Input management: Minimal input management
  • addMeshDebug or addMaterialDebug: Auto debug parameters of a mesh or a material