r149
版本发布时间: 2023-01-31 04:03:26
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- fix: Fix
asyncLoader
type signature by @shun-shobon in https://github.com/three-types/three-ts-types/pull/311 - fix: move toHalfFloat/fromHalfFloat into DataUtils namespace by @rotu in https://github.com/three-types/three-ts-types/pull/313
- feat: add generic arg for uniform class by @JoshStern in https://github.com/three-types/three-ts-types/pull/315
- [feat] allow GLBufferAttribute as an attribute type by @mikkom in https://github.com/three-types/three-ts-types/pull/314
- fix: fixed incorrect type by @gegoggigog in https://github.com/three-types/three-ts-types/pull/320
- Sync DefinitelyTyped changes by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/321
- Update the interface of
WebGLClipping
by @0b5vr in https://github.com/three-types/three-ts-types/pull/330 - refactor: Euler, Object3D: Update static class properties to ALL_CAPS by @0b5vr in https://github.com/three-types/three-ts-types/pull/323
- fix: Catch up with the latest camera helper by @0b5vr in https://github.com/three-types/three-ts-types/pull/332
- fix (WebXRManager): change argument name of
setFoveation
by @0b5vr in https://github.com/three-types/three-ts-types/pull/331 - chore(mesh): maintain consistent nomenclature by @0b5vr in https://github.com/three-types/three-ts-types/pull/329
- chore: replace
TwoPassDoubleSide
withmaterial.forceSinglePass
by @0b5vr in https://github.com/three-types/three-ts-types/pull/328 - chore: remove deprecated codes by @0b5vr in https://github.com/three-types/three-ts-types/pull/327
- fix: allow null for WebXRManager.setSession by @saitonakamura in https://github.com/three-types/three-ts-types/pull/318
- fix: add ViewHelper by @0b5vr in https://github.com/three-types/three-ts-types/pull/324
- feat: Add constants for RGTC compressed textures by @0b5vr in https://github.com/three-types/three-ts-types/pull/322
New Contributors
- @shun-shobon made their first contribution in https://github.com/three-types/three-ts-types/pull/311
- @rotu made their first contribution in https://github.com/three-types/three-ts-types/pull/313
- @JoshStern made their first contribution in https://github.com/three-types/three-ts-types/pull/315
- @mikkom made their first contribution in https://github.com/three-types/three-ts-types/pull/314
- @gegoggigog made their first contribution in https://github.com/three-types/three-ts-types/pull/320
- @saitonakamura made their first contribution in https://github.com/three-types/three-ts-types/pull/318
Full Changelog: https://github.com/three-types/three-ts-types/compare/r148...r149