-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
new releaseissues to do with the upcoming release of Threeissues to do with the upcoming release of Three
Description
Issue Tracker
This is used to track potential issues we need to investigate surrounding the r148 release.
Core
- Change other geometry defaults to match blender mrdoob/three.js#25086
- change default numbers in doc comment
- BufferAttribute: Make
normalizedparameter to be optional. mrdoob/three.js#25046- change constructor type of
BufferAttribute.constructor
- change constructor type of
- Material: Add
TwoPassDoubleSide. mrdoob/three.js#25165- add
THREE.TwoPassDoubleSideand updateSide three-ts-types/types/three/src/constants.d.ts
Lines 36 to 40 in 560111c
// side export enum Side {} export const FrontSide: Side; export const BackSide: Side; export const DoubleSide: Side;
- add
- Add Mesh.getVertexPosition mrdoob/three.js#25049
- add
Mesh.getVertexPosition
- add
- Object3D: Added getObjectsByProperty() mrdoob/three.js#25006
- add
Object3D.getObjectsByProperty
- add
- Docs: PointLight.castShadow property was missing mrdoob/three.js#25136
- we already have
PointLight.castShadowsince it inheritsObject3D.castShadowbut the description is important
- we already have
Addons
- GLTFLoader: Add loadNode hook mrdoob/three.js#25077
- add
loadNodetoGLTFLoaderPlugin
- add
-
MMDLoader: set material type to 'MMDToonMaterial' mrdoob/three.js#25117- we don't have
MMDToonMaterialin our MMDLoader.js yet. maybe later
- we don't have
- Nodes: New features and revisions mrdoob/three.js#25041
- add several nodes and fix several nodes?
- WebGPU & Nodes: FogExp2 and revision mrdoob/three.js#25073
- add
FogExp2Node
- add
Last checked: mrdoob/three.js@r148.
Metadata
Metadata
Assignees
Labels
new releaseissues to do with the upcoming release of Threeissues to do with the upcoming release of Three