Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/TexGen/
Dtg-light-fx.c666 Vec vlight, vhalf; in SetTexGenMtx1() local
679 VECHalfAngle(&vlight, &vview, &vhalf); in SetTexGenMtx1()
689 MTXRowCol(ms, 0, 0) = vhalf.x; in SetTexGenMtx1()
690 MTXRowCol(ms, 0, 1) = vhalf.y; in SetTexGenMtx1()
691 MTXRowCol(ms, 0, 2) = vhalf.z; in SetTexGenMtx1()
719 Vec vlight, vhalf, vaxis; in SetTexGenMtx2() local
742 VECHalfAngle(&vlight, &vview, &vhalf); in SetTexGenMtx2()
744 vhalf.x = -vhalf.x; in SetTexGenMtx2()
745 vhalf.y = -vhalf.y; in SetTexGenMtx2()
746 vhalf.z = -vhalf.z; in SetTexGenMtx2()
[all …]