Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c229 Mtx* posMtxArray = PosMtxArrayBuf[CurrentMtxBuffer]; in DrawTick() local
269 GXSetArray(GX_POS_MTX_ARRAY, posMtxArray, sizeof(posMtxArray[0])); in DrawTick()
490 Mtx* posMtxArray; in BuildMtxArray() local
505 posMtxArray = PosMtxArrayBuf[CurrentMtxBuffer]; in BuildMtxArray()
515 MTXConcat(tmpMtx0, AnimMtxOrigin, posMtxArray[0]); in BuildMtxArray()
525 MTXConcat(posMtxArray[i-1], tmpMtx0, posMtxArray[i]); in BuildMtxArray()
535 CopyMtxTo3x3( posMtxArray[i], nrmMtxArray[i] ); in BuildMtxArray()
543 nfct = 0.5F / VECMag( (VecPtr)posMtxArray[i][0] ); in BuildMtxArray()
545 texMtxArray[i][j][0] = posMtxArray[i][j][0] * nfct; in BuildMtxArray()
546 texMtxArray[i][j][1] = posMtxArray[i][j][1] * nfct; in BuildMtxArray()
[all …]