The DepthPass class is responsible for handling depth rendering and shadow mapping in a 3D scene.

DepthPass 类负责处理3D场景中的深度渲染和阴影映射。

属性

SHADOW_BIAS: Vector4 = ...

方法

  • 参数

    • camera: Camera

      The camera for which the depth texture is being prepared.

    • depthType: DepthTextureMode

      The type of depth texture to create, which determines the kind of data the texture will capture (e.g., depth only, depth and normals).

    • depthTextureFormat: RenderTargetFormat

      The format of the depth texture, defining how the data is represented.

    返回 void

    Creates and assigns the appropriate render texture for capturing depth information based on the specified depth texture mode. This method configures the camera's properties to hold newly created textures prepared for depth or depth normals rendering.

    根据指定的深度纹理模式创建并分配相应的渲染纹理,用于捕捉深度信息。 此方法配置相机的属性,以保存为深度或深度法线渲染准备的新创建的纹理。