Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-bump-st.c229 Mtx vertexMtx, normalMtx, binormalMtx; in updateMatrices() local
248 MTXCopy(vertexMtx, binormalMtx); in updateMatrices()
249 binormalMtx[0][3] = 0.0f; in updateMatrices()
250 binormalMtx[1][3] = 0.0f; in updateMatrices()
251 binormalMtx[2][3] = 0.0f; in updateMatrices()
255 MTXConcat(binormalMtx, tempMtx, binormalTexMtx); in updateMatrices()