Intermiediary commit.
This commit is contained in:
@@ -544,7 +544,7 @@ void LLProfile::genNGon(const LLProfileParams& params, S32 sides, F32 offset, F3
|
||||
{
|
||||
// Generate an n-sided "circular" path.
|
||||
// 0 is (1,0), and we go counter-clockwise along a circular path from there.
|
||||
const F32 tableScale[] = { 1, 1, 1, 0.5f, 0.707107f, 0.53f, 0.525f, 0.5f };
|
||||
static const F32 tableScale[] = { 1, 1, 1, 0.5f, 0.707107f, 0.53f, 0.525f, 0.5f };
|
||||
F32 scale = 0.5f;
|
||||
F32 t, t_step, t_first, t_fraction, ang, ang_step;
|
||||
LLVector4a pt1,pt2;
|
||||
|
||||
Reference in New Issue
Block a user