Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-stitch.c143 static void ComputeNormalRotMtx ( Segment *seg, u32 idx );
472 static void ComputeNormalRotMtx ( Segment *seg, u32 idx ) in ComputeNormalRotMtx() argument
475 float scale = seg->recomputeNormalMtx; in ComputeNormalRotMtx()
479 if(seg->xlate < BallPosition) in ComputeNormalRotMtx()
489 MTXRotDeg(mrx, 'X', rot2 * (seg->xlate/800.0F)); in ComputeNormalRotMtx()
499 GXLoadNrmMtxImm(mv, seg->mtx); in ComputeNormalRotMtx()