1.130.12 • Published 1 year ago
@dualbox/three v1.130.12
three.js (fork)
Changes from the original three js repo
- r101 Changed
depth_vert.glsl.jsanddepth_frag.glsl.jsto fix issues with depth on iOS. Achieved by passing downvarying vec2 vHighPrecisionZW; - Implemented a
Conemath object, declared inmath/Cone.jsandmath/Cone.d.ts, and added toThree.jsandThree.d.ts - Implemented a
Cylindermath object, declared inmath/Cylinder.jsandmath/Cylinder.d.ts, and added toThree.jsandThree.d.ts - Added functions
intersectConeandintersectCylindertoRay - Added extra base uniforms (
viewMatrixInverseandprojectionMatrixInverse), that will automatically be attributed byWebGLRenderer - Added
renderSizeuniform to fragment shaders, declared inWebGLProgram.jsand updated byWebGLRenderer - Updated
FXAAShaderto support alpha input - ssaoMap material suport:
- Edited
aomap_fragment.glsl.jsandaomap_pars_fragment.glsl.jsshaders to support the use of ssaoMap. - recorded ssaoMap to
UniformsLib - added ssaoMap uniforms in `Shader lib to :
- basic
- lambert
- phong
- standard
- r121+ toon
- added
ssaoMapparameter declaration and detection toWebGLPrograms - added support for parameter
ssaoMaptoWebGLProgram's auto define declarations - added material detection of an
ssaoMapparameter to pass down the render pipeline inWebGLRendererr101 /WebGLMaterialsr121+ - added
ssaoMapparameter to:MeshBasicMaterialMeshLambertMaterialMeshPhongMaterialMeshStandardMaterial- r121+
MeshToonMaterial
- if
aoMapis also defined,ssaoMaptakes precedance over it - added the
ssaoMapMatrixparameter, which can be used to manually compute the SSAO texture coordinates.
- Edited
TODO: add changes from 122 to 130
1.130.11
1 year ago
1.130.10
1 year ago
1.130.12
1 year ago
1.130.9
2 years ago
1.130.6
2 years ago
1.130.8
2 years ago
1.130.7
2 years ago
1.130.5
3 years ago
1.130.4
4 years ago
1.130.3
4 years ago
1.130.2
4 years ago
1.130.1
4 years ago
1.122.9
4 years ago
1.101.8
5 years ago
1.122.8
5 years ago
1.101.7
5 years ago
1.122.7
5 years ago
1.122.4
5 years ago
1.122.3
5 years ago
1.101.4
5 years ago
1.122.2
5 years ago
1.101.3
5 years ago
1.122.1
5 years ago
1.101.2
5 years ago