pmndrs / postprocessing

A post processing library for three.js.
zlib License
2.32k stars 209 forks source link

Add SMAAEffect #608

Closed vanruesc closed 7 months ago

vanruesc commented 7 months ago

Related issue: #585

Description

This PR implements SMAAEffect.

The enums EdgeDetectionMode and PredicationMode as well as the EdgeDetectionMaterial have been renamed to SMAAEdgeDetectionMode , SMAAPredicationMode and SMAAEdgeDetectionMaterial.

vanruesc commented 7 months ago

The smaa demo relies on TextureEffect: #607