pixiv / three-vrm

Use VRM on Three.js
MIT License
1.31k stars 110 forks source link

feat: add experimental @pixiv/vrm-viewer package #1395

Closed yue4u closed 5 months ago

yue4u commented 6 months ago

Add experimental @pixiv/vrm-viewer package via model-viewer

0b5vr commented 6 months ago

example.html and separate-three.html, Do they mean that I should choose one of them?

yue4u commented 6 months ago

example.html and separate-three.html, Do they mean that I should choose one of them?

Those have different concerns and controls.

  1. example.html for easiest vrm display, only using three-vrm + modal-viewer features, not assuming extending three/three-vrm via another build system.
  2. separate-three.html for the possibility to use more three-related libraries, and the .module build can be consumed via any build system again. (I'm not very confident about the filename.)
yue4u commented 5 months ago

After discussion this and https://github.com/pixiv/three-vrm/pull/1398 will not be a part of three-vrm for now and likely to be publish under a separated namespace.