r154
版本发布时间: 2023-07-13 02:59:25
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Add testing framework for three.js examples by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/517
- add(webxr): XRButton types by @Yonet in https://github.com/three-types/three-ts-types/pull/518
- Extend WebGLMultipleRenderTargets from WebGLRenderTarget by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/519
- Reset examples to r153 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/520
- Apply consistent formatting to examples testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/521
- Add misc_controls_fly example by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/522
- Examples: Introduce OutputPass. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/512
- Add misc_exporter_usdz example by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/523
- Narrow BufferAttribute's array to TypedArray by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/515
- Add types for RapierPhysics by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/516
- Add types for meshopt_decoder lib by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/514
- Create examples for testing from three.js submodule by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/524
- Add physics_ammo_instancing test by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/525
- Add webgl_furnace_test by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/526
- Add webgl_pmrem_test by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/527
- Add webaudio_sandbox to examples testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/528
- Add webaudio_timing to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/529
- Add webaudio_visualizer to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/530
- Add "type": "module" by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/532
- Add webgl2 examples to example testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/533
- add(usdzexporter): USDZExporterOptions for quick look compatibility by @ericbroberic in https://github.com/three-types/three-ts-types/pull/531
- Loader: Add DEFAULT_MATERIAL_NAME. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/501
- Src: encodings_fragment -> colorspace_fragment by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/502
- Material: Add "material.alphaHash" transparency mode by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/503
- Src: output_fragment -> opaque_fragment by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/504
- Revert getCamera() removal by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/505
- Examples: Clean up. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/506
- ArcballControls: Add rotateSpeed. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/509
- FlyControls: Introduce enabled property. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/510
- Nodes: Fix VideoTexture in WebGPUBackend & ColorSpaceNode revision by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/507
- WebGPURenderer: MorphNode 1/2 and updates by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/508
- Add optional renderer parameter to RoomEnvironment constructor by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/513
- Update three.js for examples to r154 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/534
New Contributors
- @Yonet made their first contribution in https://github.com/three-types/three-ts-types/pull/518
- @ericbroberic made their first contribution in https://github.com/three-types/three-ts-types/pull/531
Full Changelog: https://github.com/three-types/three-ts-types/compare/r153...r154