Spotlight Shadow Data

聚光灯阴影数据

构造函数

属性

cameraCullInfo: CameraCullInfo

Culling information for the shadow camera.

阴影摄像机的裁剪信息。

cameraShaderValue: ShaderData

The camera shader data.

摄像机着色器数据。

offsetX: number

Offset on the X-axis for the shadow map.

阴影贴图在X轴上的偏移。

offsetY: number

Offset on the Y-axis for the shadow map.

阴影贴图在Y轴上的偏移。

position: Vector3 = ...

Position of the shadow.

阴影的位置。

projectionMatrix: Matrix4x4 = ...

Projection matrix of the shadow.

阴影的投影矩阵。

resolution: number

Resolution of the shadow map.

阴影贴图的分辨率。

viewMatrix: Matrix4x4 = ...

View matrix of the shadow.

阴影的视图矩阵。

viewProjectMatrix: Matrix4x4 = ...

Combined view and projection matrix of the shadow.

阴影的视图投影矩阵。

方法