Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c263 Mtx vertexMtx, normalMtx, heightMtx; in updateMatrices() local
279 heightMtx[0][0] = 0.0f; in updateMatrices()
280 heightMtx[0][1] = 0.0f; in updateMatrices()
281 heightMtx[0][2] = -0.875f/20.0f; in updateMatrices()
282 heightMtx[0][3] = 7.0f/16.0f; in updateMatrices()
283 heightMtx[1][0] = 0.0f; in updateMatrices()
284 heightMtx[1][1] = 0.0f; in updateMatrices()
285 heightMtx[1][2] = 0.0f; in updateMatrices()
286 heightMtx[1][3] = 0.0f; in updateMatrices()
291 GXLoadTexMtxImm(heightMtx, GX_TEXMTX1, GX_MTX2x4); in updateMatrices()