mirror of
https://github.com/troisjs/trois.git
synced 2024-11-23 20:02:32 +08:00
remove console.log
This commit is contained in:
parent
ec6a9db7fc
commit
2ce7fe8799
@ -81,7 +81,6 @@ function createSmaaEffect(options: Record<string, any>, assets: any): PP.Pass {
|
||||
const { smaaSearch, smaaArea } = assets
|
||||
// TODO : options
|
||||
const params = [options.preset ?? PP.SMAAPreset.HIGH, options.edgeDetectionMode ?? PP.EdgeDetectionMode.COLOR]
|
||||
console.log(params)
|
||||
return new PP.SMAAEffect(smaaSearch, smaaArea, ...params)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user