Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@shawn0326 shawn0326 released this 14 Feb 07:06
· 8 commits to dev since this release

Source

  • WebGLCore
    • Fix shadow map bug on some platforms. #16
  • ShaderMaterial
    • Fix clone bug.
  • Scene
    • Add property disableShadowSampler.
  • TextureBase
    • The copy method adds handling for internalformat property.
  • canvas2d
    • Move canvas2d module to examples.
  • Curve
    • Move math/Curve to examples.

Examples

  • Add example custompass_dof.
  • GBuffer
    • Support velocity buffer.
  • SuperSampling
    • Support dynamic taa.
  • ShadowMapPass
    • Add config getDepthMaterial & getDistanceMaterial.
    • Use the opposite side to render shadows by default.