Tresjs / post-processing

Post-processing library for TresJS
MIT License
37 stars 6 forks source link

Using the BlendFunction the whole scene changes #130

Closed whitespacecode closed 2 months ago

whitespacecode commented 2 months ago

Describe the bug Using the Outline the whole scene changes based on the BlendFunction It's also not possible to import from the post-processing package directly

example: import { BlendFunction } from '@tresjs/post-processing'

const outlineParameters = reactive({ blendFunction: BlendFunction.COLOR_BURN, })

image

Not sure if this is expected behaviour

npmPackages: @tresjs/cientos: ^4.0.2 => 4.0.2 @tresjs/core: ^4.2.10 => 4.2.10 @tresjs/post-processing: ^1.0.0-next.1 => 1.0.0-next.1 vite: ^5.2.10 => 5.3.3