Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp377 …nn::math::Vector4 spc = nn::math::Vector4(lspc[0]*mspc[0], lspc[1]*mspc[1], lspc[2]*mspc[2], lspc[… in Initialize() local
380 GLfloat s[] = {spc.x, spc.y, spc.z, spc.w}; in Initialize()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp503 …nn::math::Vector4 spc = nn::math::VEC4(lspc[0]*mspc[0], lspc[1]*mspc[1], lspc[2]*mspc[2], lspc[3]*… in InitializeGraphics() local
506 GLfloat s[] = {spc.x, spc.y, spc.z, spc.w}; in InitializeGraphics()