Searched refs:normalMtx (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-xyz.c | 294 Mtx vertexMtx, normalMtx, bumpnormalMtx; in updateMatrices() local 303 MTXTranspose(tempMtx, normalMtx); in updateMatrices() 309 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices() 317 MTXConcat(tempMtx, normalMtx, bumpnormalMtx); in updateMatrices() 331 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0 + id*3); in updateMatrices()
|
| D | ind-pseudo-3d.c | 263 Mtx vertexMtx, normalMtx, heightMtx; in updateMatrices() local 272 MTXTranspose(tempMtx, normalMtx); in updateMatrices() 289 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0); in updateMatrices()
|
| D | ind-bump-st.c | 229 Mtx vertexMtx, normalMtx, binormalMtx; in updateMatrices() local 237 MTXTranspose(tempMtx, normalMtx); in updateMatrices() 242 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices() 261 GXLoadNrmMtxImm(normalMtx, GX_PNMTX0 + id*3); in updateMatrices()
|