Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 467 Bytes

DEV.md

File metadata and controls

14 lines (10 loc) · 467 Bytes

Dev Notes

Engines

  • node 20.11.0
  • yarn 4.3.1 (corepack enable; yarn set version stable)

ThreeVRM Fork

  • we needed to fork three-vrm to fix the new three@0.166.0 shadowIntensity value
  • in our fork we made a new "build" branch that makes a build yarn build
  • we copied three-vrm/packages/three-vrm/lib/three-vrm.module.js -> verse/lib/three-vrm/index.js
  • and we use that instead, until the PR is merged