Home
last modified time | relevance | path

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

/third_party/flutter/glfw/examples/
Dboing.c94 GLfloat deg_rot_y = 0.f; variable
327 deg_rot_y = TruncateDeg( deg_rot_y + deg_rot_y_inc*((float)dt2*ANIMATION_SPEED) ); in DrawBoingBall()
351 glRotatef( deg_rot_y, 0.0, 1.0, 0.0 ); in DrawBoingBall()