r158
版本发布时间: 2023-10-28 01:45:15
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Fix(Matrix4.d.ts): Overloads is needed for
setPosition()
by @ycw in https://github.com/three-types/three-ts-types/pull/624 - Nomenclature: use
Depth
, notDeep
by @ycw in https://github.com/three-types/three-ts-types/pull/625 - Replace Color with ColorRepresentation by @puxiao in https://github.com/three-types/three-ts-types/pull/627
- Material: Allow
null
as value for.clippingPlanes
by @yfunk in https://github.com/three-types/three-ts-types/pull/629 - Update actions/checkout action to v4 by @renovate in https://github.com/three-types/three-ts-types/pull/623
- Sync changes from switching to pnpm from DefinitelyTyped by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/630
- Fix CI by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/632
- Material: Add missing blending factors. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/633
- WebGLRenderer: Add compileAsync() and targetScene parameter to compile() methods. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/634
- SkinnedMesh: Introduce constants for bindMode. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/635
- Add three/addons target for NPM by @CodyJasonBennett in https://github.com/three-types/three-ts-types/pull/628
- OrbitControls: Add 3D cursor and limit to orbit camera target. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/636
- Material: document disabling depth test disables depth write caveat. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/637
- Docs: Improve CapsuleGeometry page. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/638
- Fix on*Render methods to be member functions instead of properties by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/639
- Add materials examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/640
- Add more examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/641
- Add more examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/642
- Add more examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/643
- Add some webgpu examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/644
- Shaders: add shader name by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/645
- Chore: Typo fixed in curve, loading manner and light html files by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/646
- Capsule: Move and rename lineToLineClosestPoints function to Octree util by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/647
- BatchedMesh: Clean up. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/648
- WebXR: Add docs page for XREstimatedLight by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/649
- SVGRenderer: Add .outputColorSpace=DisplayP3ColorSpace support by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/650
- XRButton: allow specifying optional and required features by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/651
- Added addScene() by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/652
- Update examples for r158 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/653
New Contributors
- @yfunk made their first contribution in https://github.com/three-types/three-ts-types/pull/629
Full Changelog: https://github.com/three-types/three-ts-types/compare/r157...r158