Searched refs:g_rotateStart (Results 1 – 1 of 1) sorted by relevance
22 static int16_t g_rotateStart = 0; // 0: the start angle of rotation variable198 g_rotateStart = 0; // 0: the start angle of rotation in OnClick()206 g_rotateStart = 0; // 0: the start angle of rotation in OnClick()215 textureMapper_->SetRotateStart(g_rotateStart); in OnClick()235 g_rotateStart += 90; // 90: the start angle of rotation augmentation in OnClick()236 textureMapper_->SetRotateStart(g_rotateStart); in OnClick()