Hi there,
I’m trying to apply some bloom or dof filters on my view, but the app doesnt work anymore when i do that :
view = new View3D();
view.scene = scene;
view.camera = camera;
view.antiAlias = 4;
addChild(view);
view.filters3d = [new DepthOfFieldFilter3D(3,3)];
it seemed quite easy…
did i do something wrong?
thanks for your lights