v1.1.0
- Three.js r151 and r152 updates
- Space.js v1.1 updates
- Added NPM Downloads and Discord badges
- Updated MindNode image
- Examples
- SMAA.
- Renderer antialiasing on by default.
- Unreal Bloom with HDR.
- 3D Backdrop.
- Readded transmission.
- Transmission render group.
- Transmission material panels.
- Panel tangent helper error workaround for three.js r151.
- 3D Ripple canvas resize fix for three.js r135.
- Utils
OimoPhysics
andOimoPhysicsController
computes the bounding sphere for instanced meshes.
- Materials
- Normal material WebGL2 fix.
- Video glitch material updates.
- Added SMAA materials (
SMAAEdgesMaterial
,SMAAWeightsMaterial
andSMAABlendMaterial
) based on @vanruesc's SMAAEffect from Post Processing and @mpk's SMAA pass from three.js. SMAAWeightsMaterial
path and optional loader parameters.PoissonDiscBlurMaterial
blue noise texture resolution and optional loader parameters.- Added
DiscardMaterial
based on DiscardMaterial from drei. - Added
MeshTransmissionMaterial
based on @N8python's MeshTransmissionMaterial from drei. - Added
GammaCorrectionMaterial
based on @WestLangley's Gamma Correction Shader from three.js (linearToSRGB
).
- Shader modules
- Added encodings shader module with
linearToSRGB
from the three.js encodings function.
- Added encodings shader module with