r152
版本发布时间: 2023-05-04 07:59:52
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Restructure tests by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/370
- Make BufferGeometry only contain normal buffer attributes by default by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/432
- Update color space type definitions for three.js r152 by @donmccurdy in https://github.com/three-types/three-ts-types/pull/397
- Add types for tween.js by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/435
- Add minified builds by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/434
- BufferGeometry: Renamed uv2, uv3, uv4 to uv1, uv2, uv3 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/436
- Docs: Honor latest color management changes. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/437
- Update docs for BufferGeometry.computeVertexNormals() by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/438
- Docs: Improve BufferGeometry page. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/439
- Docs: Clean up color space references. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/440
- NodeBuilder remove scene property by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/441
- SkeletonUtils: Simplify module. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/442
- NodeBuilder remove outdated methods by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/443
- Move getDistanceAttenuation to LightUtils by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/444
- Add node properties to NodeMaterial by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/447
Full Changelog: https://github.com/three-types/three-ts-types/compare/r151...r152