1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-23 20:02:32 +08:00
This commit is contained in:
Kevin Levron 2021-05-02 01:32:50 +02:00
parent 786555ea5c
commit 561ae0938d

View File

@ -64,7 +64,7 @@ function createEffect(
effect = new PP.BloomEffect(options)
break
case 'dof' :
effect = new PP.DepthEffect(renderer, options)
effect = new PP.DepthOfFieldEffect(renderer, options)
break
case 'smaa' :
effect = createSmaaEffect(options, assets)