Searched refs:normalTexMtx (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-st.c | 230 Mtx normalTexMtx, binormalTexMtx, textureMtx, tempMtx; in updateMatrices() local 242 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices() 244 MTXConcat(normalTexMtx, tempMtx, normalTexMtx); in updateMatrices() 263 GXLoadTexMtxImm(normalTexMtx, GX_TEXMTX1 + id*6, GX_MTX2x4); in updateMatrices()
|
| D | ind-bump-xyz.c | 295 Mtx normalTexMtx, textureMtx, tempMtx; in updateMatrices() local 309 MTXConcat(tempMtx, normalMtx, normalTexMtx); in updateMatrices() 311 MTXConcat(tempMtx, normalTexMtx, normalTexMtx); in updateMatrices() 333 GXLoadTexMtxImm(normalTexMtx, GX_TEXMTX1 + id*6, GX_MTX2x4); in updateMatrices()
|