New
r179
https://github.com/mrdoob/three.js/wiki/Migration-Guide#178--179 https://github.com/mrdoob/three.js/milestone/92?closed=1
- Global
- Optimize CI workflow by eliminating redundant setup steps. #31383 (@souhailaS)
- BatchedMesh
- Fix
setInstanceCount(). #31458 (@andreas-hilti)
- Fix
- PassNode
- Add
compileAsync(). #31501 (@Mugen87) - Provide viewport and scissor API. #31390, #31428 (@Mugen87)
- Add
- ProjectorLight
- Fix back-projection. #31473, #31474 (@Mugen87)
- Line2NodeMaterial
- Remove unused
lineWidthproperty. #31401 (@Jenychen1996)
- Remove unused
- Line3
- Add method for computing closest squared distance between line segments. #31384 (@TheBlek, @Mugen87)
- Loader
- Add
abort(). #31276 (@Mugen87, @gkjohnson)
- Add
- MaterialXNodes
- Improved MaterialX import support to align with Blender's MaterialX exporter. #31439 (@bhouston, @sunag)