Searched refs:OCT_DEPTH_MAX (Results 1 – 3 of 3) sorted by relevance
19 #define OCT_DEPTH_MAX 6 // max octahedron recursion depth macro352 if (octDepth > OCT_DEPTH_MAX) in AnimTick()353 octDepth = OCT_DEPTH_MAX; in AnimTick()
19 #define OCT_DEPTH_MAX 6 // max octahedron recursion depth macro356 if (octDepth > OCT_DEPTH_MAX) in AnimTick()357 octDepth = OCT_DEPTH_MAX; in AnimTick()
19 #define OCT_DEPTH_MAX 6 // max octahedron recursion depth macro449 if (octDepth > OCT_DEPTH_MAX) in AnimTick()450 octDepth = OCT_DEPTH_MAX; in AnimTick()