Method ExtractPointLightMatrix
ExtractPointLightMatrix(ref CullingResults, ref ShadowData, int, CubemapFace, float, out Matrix4x4, out Matrix4x4, out Matrix4x4, out ShadowSplitData)
Extracts the spot light matrix.
선언
public static bool ExtractPointLightMatrix(ref CullingResults cullResults, ref ShadowData shadowData, int shadowLightIndex, CubemapFace cubemapFace, float fovBias, out Matrix4x4 shadowMatrix, out Matrix4x4 viewMatrix, out Matrix4x4 projMatrix, out ShadowSplitData splitData)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CullingResults | cullResults | |
ShadowData | shadowData | |
int | shadowLightIndex | |
CubemapFace | cubemapFace | |
float | fovBias | |
Matrix4x4 | shadowMatrix | |
Matrix4x4 | viewMatrix | |
Matrix4x4 | projMatrix | |
ShadowSplitData | splitData |
반환
타입 | 설명 |
---|---|
bool |