Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/include/
Dtoy-anim.h19 #define BALL_SIZEX 5.0F macro
/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-draw.c392 GXPosition3f32( x - BALL_SIZEX, y, z - BALL_SIZEZ ); in DrawBall()
394 GXPosition3f32( x + BALL_SIZEX, y, z - BALL_SIZEZ ); in DrawBall()
396 GXPosition3f32( x + BALL_SIZEX, y, z + BALL_SIZEZ ); in DrawBall()
398 GXPosition3f32( x - BALL_SIZEX, y, z + BALL_SIZEZ ); in DrawBall()
Dsmp-toy-anim.c24 #define BALL_CSIZEX (BALL_SIZEX / 2.0F)