three-vrm
three-vrm copied to clipboard
Use VRM on Three.js
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.4 to 0.25.8. Release notes Sourced from typedoc's releases. v0.25.8 Features Added a new --sitemapBaseUrl option. When specified, TypeDoc will generate a sitemap.xml in your output folder...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 7.1.0 to 8.0.0. Changelog Sourced from eslint-plugin-html's changelog. 2024-02-09 v8.0.0 Breaking: drop Node 12 and 14 support ESLint 9 support (flat config) Commits 18bd533 8.0.0 530b353 adjust...
BREAKING: TypeScript 3.9 is released in [May 2020](https://github.com/microsoft/TypeScript/releases/tag/v3.9.2). It does not make sense to support version before that. Renamed all `.ts` -> `.d.ts` inside `types-*` packages Work towards https://github.com/pixiv/three-vrm/pull/1293. This...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5. Changelog Sourced from rimraf's changelog. 5.0 No default export, only named exports 4.4 Provide Dirent or Stats object as second argument to filter 4.3...
around here: https://github.com/pixiv/three-vrm/blob/f64ffb56c829928d5a57d391fdafaee3f4d37821/packages/three-vrm-core/src/expressions/VRMExpressionLoaderPlugin.ts#L290
close #1289 ## OPTIONS: ### `@microsoft/api-extractor` - adopters: - vite, angular, puppeteer - pros: - actively developed - can be used as interface checker - cons: - needs configuration -...
Starting by https://github.com/pixiv/three-vrm/pull/1293 we are planned to revamp the build process. Current TODOs: - [ ] bundle dts as suggested in https://github.com/pixiv/three-vrm/issues/1289 https://github.com/pixiv/three-vrm/pull/1293 - [x] publish packages on CI https://github.com/pixiv/three-vrm/pull/1297...
how to make vrm look at camera when using r3f? assume that I make vrm into a separate components. I tried the one in docs and it doesn't work I...
I faced some difficulties when trying to make a fix in `three-vrm`. The published contents of `@pixiv/three-vrm` contained `.js` files that bundle all subpackages together, but the `.d.ts` still reference...
When loading a model with flat-shaded faces, outlines appear disjoint: This matches the behavior in UniVRM and the Blender VRM add-on, however it's not always desirable for artists. Blender's glTF...