Capítulo 512 de 859

Chapter 512: ViewportDepthTextureNode

Core Idea

Represents the depth of the current viewport as a texture. This module can be used in combination with viewport texture to achieve effects that require depth evaluation.

Reference Tables

Constructor

Signature
new ViewportDepthTextureNode( uvNode : Node, levelNode : Node, depthTexture : DepthTexture )

Key Takeaways

  1. ViewportDepthTextureNode extends: EventDispatcher → Node → InputNode → UniformNode → TextureNode → ViewportTextureNode

Connects To