How do you apply the displacement image on cc0textures to the depth attribute?
I tried NORMAL_DEPTH = texture(..
but it doesn't seem to do anything. The docs seem to suggest this.
Also any ideas how to do this for the vertex shader to do real displacement?!