three-vrm
three-vrm copied to clipboard
Use VRM on Three.js
Hello, i have getting following error > [plugin:vite:import-analysis] Failed to resolve entry for package "@pixiv/types-vrm-0.0". The package may have incorrect main/module/exports specified in its package.json. I have been using "@pixiv/three-vrm":...
Hi, When attempting to load a Mixamo animation on the Examples page (https://pixiv.github.io/three-vrm/packages/three-vrm/examples/humanoidAnimation/index.html) the animation does not play and the following error is thrown in the JavaScript console: 
When the scale of VRM mesh changes, the `MToon` material outline doesn't scale accordingly, resulting in for example the outline being barely visible when the mesh is scaled up by...
So, I'm using the code from three vrm's examples to load Mixamo animation but it somehow turns the character's upperlegs by 90deg? It only happens when I load manually downloaded...
### Description Moved several utility implementations to a new package `@pixiv/three-vrm-utils`. As the README of the package says, it's mainly intended to be internal utilities. It's a similar way to...
In v0.6 of three.vrm, there is the `springBoneManager.setCenter` function which allows offseting the spring bones center. This is useful in my case when I have to do something like `springBoneManager.setCenter(vrm_mesh)`...
Bumps [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) from 7.1.0 to 8.1.1. Changelog Sourced from eslint-plugin-html's changelog. 2024-04-22 v8.1.1 Fix compatibility with @eslint/config-inspector #267 Drop Jest #266 Update dependencies 2024-04-10 v8.1.0 Introduce the html/ignore-tags-without-type setting #249...
I have checked many VRM models, in which most of them use capsule-shaped colliders, but for some unknown reasons when I check the models like the following `VRM.springBoneManager.colliders.filter(c=>c.shape.constructor.prototype.type!='sphere')` All of...
This PR supports WebGPURenderer by adding `MToonNodeMaterial`, which is a NodeMaterial port of `MToonMaterial`. After the change is published, you can use three-vrm on WebGPU by using `MToonNodeMaterialLoaderPlugin`. To use...
Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.25.4 to 0.25.13. Release notes Sourced from typedoc's releases. v0.25.13 Features Added gitRevision:short placeholder option to --sourceLinkTemplate option, #2529. Links generated by TypeDoc will now default to...