0b5vr
0b5vr
### Description - Add gltf support. - TBD ### Points need review - I don't really do Rust coding usually! Have no% confidence about my code this time - no...
Will close #20709 ### What I did - Replaced hardcoded behavior of `KHR_materials_unlit` with plugin system introduced in #19144 . - Current behavior completely ignores `getMaterialType` and `extendMaterialParams` of any...
### Description I have tried to use spectorjs from Safari in my TypeScript project, so I installed the `spectorjs` package from npm. However, the type definition of the package is...
The second shot of #877 ### Description - Implemented a class called `VRMHumanoidRig` - It works as a proxy of humanoid bones, make us able to control humanoid bones without...
Intended to be a branch that accumulates all the features about `@pixiv/[email protected]` . ~~Planning to release `1.0.0-beta` once the core specification of VRM1.0 becomes 1.0-beta~~ done
Depends on https://github.com/vrm-c/vrm-specification/pull/382 ### Description This PR changes how MToon's outlineLightingMix interacts with surface rendering results. it used to be affected by direct lighting and indirect lighting, now it also...
Reported from @wbq9224 in https://github.com/pixiv/three-vrm/issues/971 I think it's a similar issue to https://github.com/pixiv/three-vrm/issues/938
オブジェクトが指定されたキーのうちいずれか1つのみを持つような場合、即ちJSON Schemaで `oneOf` が指定されている場合について、この `oneOf` を尊重するようなtype definitionへの書き換えをしたい See: https://github.com/pixiv/three-vrm/pull/934#discussion_r822594216_
to set all expression values to zero. Requested from our intern.
_Originally posted by @rondoor124 in https://github.com/pixiv/three-vrm/issues/865#issuecomment-1026143101_ > @yaserOSource I got the same black material issue when did not apply the delta time on the update function. > Applying delta time...