r151
版本发布时间: 2023-04-29 03:43:06
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- RaycasterParameters should also support Line2 by @promontis in https://github.com/three-types/three-ts-types/pull/379
- Update EXRLoader types by @Oletus in https://github.com/three-types/three-ts-types/pull/378
- Revert MOUSE and TOUCH back to enums by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/387
- fix: support DisplayP3ColorSpace in other ColorManagement methods by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/384
- Sync eslintrc from DefinitelyTyped by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/388
- Update documentation for ThreeJS scenes and textures Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/380
- Update documentation for ThreeJS geometries Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/381
- Update documentation for ThreeJS objects Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/382
- Update documentation for ThreeJS cameras Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/383
- Update documentation for ThreeJS audio Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/385
- chore(deps): update dependency prettier to v2.8.7 by @renovate in https://github.com/three-types/three-ts-types/pull/391
- chore(deps): lock file maintenance by @renovate in https://github.com/three-types/three-ts-types/pull/403
- fix(deps): update all non-major dependencies by @renovate in https://github.com/three-types/three-ts-types/pull/392
- fix: allow any string in ColorRepresentation by @Shakhriddin in https://github.com/three-types/three-ts-types/pull/399
- Downgrade type packages by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/404
- fix: correct GLTFParser.loadSkin return type by @mattrossman in https://github.com/three-types/three-ts-types/pull/390
- fix: update map controls location by @oetherington in https://github.com/three-types/three-ts-types/pull/395
- Fix types in ViewHelper by @k2d222 in https://github.com/three-types/three-ts-types/pull/405
- Add buffergeometryutils deprecations by @Mik-pe in https://github.com/three-types/three-ts-types/pull/396
- fix(HemisphereLight): correct position modifier by @demike in https://github.com/three-types/three-ts-types/pull/420
- Add Skeleton.toJSON, Skeleton.fromJSON by @Hoodgail in https://github.com/three-types/three-ts-types/pull/401
- Fix OrbitControls zoom0 property by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/408
- SkinnedMesh: Rename
boneTransform()
toapplyBoneTransform()
. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/409 - InstancedMesh: Add bounding volumes. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/410
- Skinned mesh bounding volumes by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/411
- Raycaster: Add Interpolated Normals by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/412
- Quaternion: Add toJSON(). by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/413
- Math: Add convenience methods by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/414
- Vector2: Add angleTo(). by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/415
- WebGLRenderer: Add debug.onShaderError(). by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/416
- MeshDistanceMaterial: Remove light related properties. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/417
- LineBasicMaterial: Add support for map. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/418
- WebGLRenderer: Add support for multiple uv sets and transforms. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/419
- InputNode: Added .setPrecision() by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/421
- NodeUtils: getNodesKeys -> getNodeChildren by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/422
- TrackballControls: Add minZoom/maxZoom properties. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/423
- Examples: Rename GroundProjectedEnv to GroundProjectedSkybox. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/424
- TSL: if, elseif, else syntax by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/425
- PointerLockControls: Refactor class structure. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/427
- CSS2DRenderer: Introduce CSS2DObject.center by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/428
- TSL changes by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/429
- Nodes: Rename invert() -> oneMinus() by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/430
- NodeEditor: New Version (Rev. 3) by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/431
- Update documentation for ThreeJS helpers Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/394
- Update documentation for ThreeJS extra Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/393
- Update documentation for ThreeJS lights Classes, with some Typing improvements by @rafaelsc in https://github.com/three-types/three-ts-types/pull/398
New Contributors
- @promontis made their first contribution in https://github.com/three-types/three-ts-types/pull/379
- @Oletus made their first contribution in https://github.com/three-types/three-ts-types/pull/378
- @Shakhriddin made their first contribution in https://github.com/three-types/three-ts-types/pull/399
- @oetherington made their first contribution in https://github.com/three-types/three-ts-types/pull/395
- @k2d222 made their first contribution in https://github.com/three-types/three-ts-types/pull/405
- @Mik-pe made their first contribution in https://github.com/three-types/three-ts-types/pull/396
Full Changelog: https://github.com/three-types/three-ts-types/compare/r150...r151