变更日志
- 特性: 为
EffectComposer
添加depthTextureAttachment
选项 - 特性: 为
SSREffect
添加importanceSampling
- 特性: 为
SSREffect
添加zThicknessThreshold
属性 - 特性: 为
GBuffer
添加supportLogDepth
属性 - 特性: 为
GTAOEffect
、SSAOEffect
和SSREffect
添加downScaleLevel
属性 - 构建: 更新 t3d 到 0.3.2
- 特性(插件): 添加
TransmissionEffect
- 特性(插件): 引入
FastGBuffer
- 修复(插件): 解决
VolumeEffect
中的颜色混合错误 - 修复(插件): 解决
TransmissionEffect
中的颜色混合问题 - 重构(示例): 在示例中用
RGBETexture2DLoader
替换RGBELoader
Changelog
- feat: add
depthTextureAttachment
option toEffectComposer
- feat: add
importanceSampling
toSSREffect
- feat: add
zThicknessThreshold
property toSSREffect
- feat: add
supportLogDepth
property toGBuffer
- feat: add
downScaleLevel
property toGTAOEffect
SSAOEffect
andSSREffect
- build: update t3d to 0.3.2
- feat(addons): add
TransmissionEffect
- feat(addons): introduce
FastGBuffer
- fix(addons): resolve color blending bug in 'VolumeEffect'
- fix(addons): resolve color blending issue in
TransmissionEffect
- refactor(examples): replace
RGBELoader
withRGBETexture2DLoader
in examples
Full Changelog: v0.3.0...v0.3.1