r155
版本发布时间: 2023-08-01 02:46:22
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Update dependency all-contributors-cli to ^6.26.1 by @renovate in https://github.com/three-types/three-ts-types/pull/511
- fix: ObjectLoader.d.ts by @ybt-new in https://github.com/three-types/three-ts-types/pull/535
- delete some methods of WebGLState class by @zack2012 in https://github.com/three-types/three-ts-types/pull/536
- Add webxr example to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/543
- Add more webxr examples to examples testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/544
- Add webxr_vr_video to examples testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/545
- Add postprocessing examples to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/546
- Default
IUniform.value
tounknown
by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/547 - Remove examples covered by example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/550
- Add more postprocessing examples to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/551
- Add more postprocessing examples by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/552
- Add more postprocessing examples by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/553
- Add more postprocessing examples by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/554
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/555
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/556
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/557
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/558
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/559
- Add more advanced examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/560
- Add animation examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/561
- Add camera clipping examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/563
- MeshSurfaceSampler: Add targetUV parameter by @mrxz in https://github.com/three-types/three-ts-types/pull/548
- add some missing api by @zack2012 in https://github.com/three-types/three-ts-types/pull/549
- fix doc typo in Group.d.ts by @ddnn55 in https://github.com/three-types/three-ts-types/pull/562
- Add effects examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/565
- Docs: Improve BufferAttribute page. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/538
- OutputPass: Extract renderer settings. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/539
- Docs: Improve ShapePath page. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/540
- OrbitControls: Add zoom to cursor by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/541
- WebGLRenderer: Deprecate useLegacyLights, change default to false. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/542
- fix: toCreasedNormals(): call toNonIndexed() only on non-indexed geometries by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/564
- BufferAttribute: Add generic vector "component" getter / setter by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/566
- Core: WebGLRenderTarget extends RenderTarget by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/567
- Update examples testing for r155 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/568
New Contributors
- @ybt-new made their first contribution in https://github.com/three-types/three-ts-types/pull/535
- @zack2012 made their first contribution in https://github.com/three-types/three-ts-types/pull/536
- @mrxz made their first contribution in https://github.com/three-types/three-ts-types/pull/548
- @ddnn55 made their first contribution in https://github.com/three-types/three-ts-types/pull/562
Full Changelog: https://github.com/three-types/three-ts-types/compare/r154...r155