• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

texture split demo

Author: gregsn
Date: 13 Aug, 2012
Category: demo
Credits:

unc for his texture effects. download the addonpack!

Download

64bit

0-beta28DepthDemo.zip
13 Aug, 2012 - 20:47

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.
everyoneishappy
14 Aug, 2012 - 15:24

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...

gregsn
14 Aug, 2012 - 16:21

the clone is needed only when you

  • use the new depth texture format INTZ which basically gives you access to the depthbuffer
  • AND you want to use a FrameDelay (EX9.Texture) or a Queue (EX9.Texture) or any module that uses one of those nodes (e.g. FrameDifference (EX9.Texture)) afterwards.

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.

everyoneishappy
14 Aug, 2012 - 20:36

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).

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top