Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c227 Mtx* posMtxArray = PosMtxArrayBuf[CurrentMtxBuffer]; in DrawTick() local
267 GXSetArray(GX_POS_MTX_ARRAY, posMtxArray, sizeof(posMtxArray[0])); in DrawTick()
488 Mtx* posMtxArray; in BuildMtxArray() local
503 posMtxArray = PosMtxArrayBuf[CurrentMtxBuffer]; in BuildMtxArray()
513 MTXConcat(tmpMtx0, AnimMtxOrigin, posMtxArray[0]); in BuildMtxArray()
523 MTXConcat(posMtxArray[i-1], tmpMtx0, posMtxArray[i]); in BuildMtxArray()
533 CopyMtxTo3x3( posMtxArray[i], nrmMtxArray[i] ); in BuildMtxArray()
541 nfct = 0.5F / VECMag( (VecPtr)posMtxArray[i][0] ); in BuildMtxArray()
543 texMtxArray[i][j][0] = posMtxArray[i][j][0] * nfct; in BuildMtxArray()
544 texMtxArray[i][j][1] = posMtxArray[i][j][1] * nfct; in BuildMtxArray()
[all …]