Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/gx/UnitTours/3D_PolAttr_1Dot/src/
Dmain.c314 cubu_c cubu; in TwlMain() local
316 cubu.trg = 1; in TwlMain()
317 cubu.scale = FX32_ONE; in TwlMain()
318 cubu.depth = 16384; in TwlMain()
319 cubu.texAddr = 0x01000; // Slot address of the texture image in TwlMain()
320 cubu.rotate = 0; in TwlMain()
333 cubu.texAddr, // Load destination slot address in TwlMain()
343 cubu.rotate += 256; in TwlMain()
356 cubu.scale += 64; in TwlMain()
357 OS_Printf("Scale=%d Depth=%d\n", cubu.scale, cubu.depth); in TwlMain()
[all …]