Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/gfx/MultiInstanceDemo/sources/
DMultiInstanceDemo.cpp116 s32 s_WhirlDepth; variable
417 int whirlSideLength = (s_WhirlDepth * 2 + 2); in GetNewDisplayPosition()
426 posX = s_WhirlDepth + 1; in GetNewDisplayPosition()
427 posZ = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
431 posX = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
432 posZ = s_WhirlDepth + 1; in GetNewDisplayPosition()
436 posX = -s_WhirlDepth - 1; in GetNewDisplayPosition()
437 posZ = -(s_WhirlPos % whirlSideLength) + s_WhirlDepth; in GetNewDisplayPosition()
441 posX = s_WhirlPos % whirlSideLength - s_WhirlDepth; in GetNewDisplayPosition()
442 posZ = -s_WhirlDepth - 1; in GetNewDisplayPosition()
[all …]