texture split demo
Author: | gregsn |
Date: | 13 Aug, 2012 |
Category: | demo |
Credits: | unc for his texture effects. download the addonpack! |
Download
64bit
Description
a small patch that identifies texels in a depth texture
you need beta28 for that.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Thanks for the demo. Could you explain why the clone is needed? Does the texture need to be reformatted before another shader can use it?
Would love to be able to make realtime object buffers with this...
the clone is needed only when you
depthbuffer textures can't be cloned internally. therefore we need another renderpass which renders the depth content onto a new texture with any userspecified "normal" texture format.
ah good to know thanks.
I was briefly confused that it did not seem to work with a texture fx node without an extra render pass first, but this was just due the texture type being inherited in the module structure(ie it will try to make a depth buffer again from a quad with the first one).