Searched refs:total_width (Results 1 – 1 of 1) sorted by relevance
109 const float total_width = 500.f; in Init() local110 float gap_x = total_width / (teapot_x_ - 1); in Init()111 float gap_y = total_width / (teapot_y_ - 1); in Init()112 float gap_z = total_width / (teapot_z_ - 1); in Init()113 float offset_x = -total_width / 2.f; in Init()114 float offset_y = -total_width / 2.f; in Init()115 float offset_z = -total_width / 2.f; in Init()