r153
版本发布时间: 2023-07-07 04:33:54
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- fix: wrong type in DirectionalLight by @demike in https://github.com/three-types/three-ts-types/pull/450
- fix: wrong typing of SpotLight by @demike in https://github.com/three-types/three-ts-types/pull/451
- Update dependency prettier to v2.8.8 by @renovate in https://github.com/three-types/three-ts-types/pull/445
- Update all non-major dependencies by @renovate in https://github.com/three-types/three-ts-types/pull/446
- Disable tween.js updates by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/454
- Lock file maintenance by @renovate in https://github.com/three-types/three-ts-types/pull/449
- Fix Matrix4#makePerspective types by @jtbandes in https://github.com/three-types/three-ts-types/pull/465
- Define GridHelper Material generic by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/458
- chore: fix jsdoc/check-tag-names complaints by @0b5vr in https://github.com/three-types/three-ts-types/pull/471
- Update dependency all-contributors-cli to ^6.26.0 by @renovate in https://github.com/three-types/three-ts-types/pull/473
- Lock file maintenance by @renovate in https://github.com/three-types/three-ts-types/pull/474
- Fix FilmPass grayscale parameter type by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/453
- Fix blinn parameter type in TeapotGeometry by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/455
- Improve ColladaExporter types by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/456
- Make DRACOExporter.parse options optional by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/457
- Make size paramter optional in UVsDebug by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/462
- Add missing
pmxAnimation
parameter toMMDAnimationHelperParameter
by @noname0310 in https://github.com/three-types/three-ts-types/pull/464 - Improve PLYExporter types by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/459
- Improve STLExporter types by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/460
- feat: Add types for VectorX iterators by @magnostherobot in https://github.com/three-types/three-ts-types/pull/475
- Fixed incorrect type specification in GPUComputationRenderer by @ygr4789 in https://github.com/three-types/three-ts-types/pull/477
- Use literal types for constants by @OndrejSpanel in https://github.com/three-types/three-ts-types/pull/478
- Fix Matrix3/4 makeTranslation types by @puxiao in https://github.com/three-types/three-ts-types/pull/488
- DepthTexture: Support texture depth comparison. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/482
- MathUtils: Add support for Uint32 and Int32 to normalize / denormalize functions by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/483
- Color: Let set() accept RGB values. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/484
- Source: Added id. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/485
- Matrix3/4: Constructor has now parameters. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/486
- FramebufferTexture: Remove format parameter. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/487
- WebXRManager: Refactored planes code by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/489
- Core: Introduce Coordinate System by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/490
- Docs: Improve light pages. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/491
- CSM: Remove default value of data ctor parameter. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/492
- WebGPURenderer: Fix skinning bone multiplication order by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/493
- WebGPURenderer: Added BufferAttributeNode by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/494
- WebXRManager: Removed getCamera() and added setUserCamera(). by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/495
- Examples: Removed webgl_loader_prwm. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/496
- Examples: Removed webgl_shaders_tonemapping. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/497
- Examples: Removed misc_exporter_collada. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/498
- Examples: Clean up. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/499
New Contributors
- @jtbandes made their first contribution in https://github.com/three-types/three-ts-types/pull/465
- @magnostherobot made their first contribution in https://github.com/three-types/three-ts-types/pull/475
- @ygr4789 made their first contribution in https://github.com/three-types/three-ts-types/pull/477
- @OndrejSpanel made their first contribution in https://github.com/three-types/three-ts-types/pull/478
Full Changelog: https://github.com/three-types/three-ts-types/compare/r152...r153