#OutlinePass postprocessing offset

5 messages · Page 1 of 1 (latest)

dense kiln
#

Hi! Do you have any clues on matching outline pass up with an offset origin? I put my meshes in a three object and offset them to work with hit box. Now I was trying to setup outlinepass and I have been defeated!

quiet lance
#

I don't remember if outline pass has size / resolution - but if it does, make sure it's the same as the canvas size

waxen quartz
#

yeah ☝️

replace every renderer.setSize(...) with composer.setSize(...)

dense kiln
#

Sorry so long to respond and thank you for some help! I am curious does this maybe not have to do with highlight screen size matching up with the screen? I think I'm doing that setSize on composer right cause it works for other objects.
this.composer.setSize(width, height)

I will try to share a video example of what is happening!

#

I was thinking the position is off cause I commit a crime to have the model within Object3D and it has a position set