Method ExtractSpotLightMatrix
ExtractSpotLightMatrix(ref CullingResults, ref ShadowData, int, out Matrix4x4, out Matrix4x4, out Matrix4x4)
선언
public static bool ExtractSpotLightMatrix(ref CullingResults cullResults, ref ShadowData shadowData, int shadowLightIndex, out Matrix4x4 shadowMatrix, out Matrix4x4 viewMatrix, out Matrix4x4 projMatrix)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CullingResults | cullResults | |
ShadowData | shadowData | |
int | shadowLightIndex | |
Matrix4x4 | shadowMatrix | |
Matrix4x4 | viewMatrix | |
Matrix4x4 | projMatrix |
반환
타입 | 설명 |
---|---|
bool |