Home
last modified time | relevance | path

Searched refs:LightingPass (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/
DdeferredRendering.cpp151 } LightingPass; variable
208 LightingPass.cameraPosition.x = camLoc.x; in CameraInit()
209 LightingPass.cameraPosition.y = camLoc.y; in CameraInit()
210 LightingPass.cameraPosition.z = camLoc.z; in CameraInit()
211 LightingPass.cameraPosition.w = 1.0f; in CameraInit()
404 LightingPass.ambientColor.x = 0.3f; in LightingPassInit()
405 LightingPass.ambientColor.y = 0.3f; in LightingPassInit()
406 LightingPass.ambientColor.z = 0.3f; in LightingPassInit()
407 LightingPass.ambientColor.w = 1.0f; in LightingPassInit()
409 LightingPass.lightColor.x = 1.0f; in LightingPassInit()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp249 void LightingPass() in LightingPass() function
392 LightingPass(); in WinMain()