mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
remove forceably shrinking the first and last pair of links. it doesn't fix the last quad emission issue, and it actively fights designer values
This commit is contained in:
parent
0519d1069b
commit
c07f68a0a0
1 changed files with 0 additions and 2 deletions
|
|
@ -608,8 +608,6 @@ void Ribbon::createBuffers(SceneRenderState *state, GFXVertexBufferHandle<GFXVer
|
||||||
tColor.interpolate(curColor, nextColor, positionDiff);
|
tColor.interpolate(curColor, nextColor, positionDiff);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (i < 2 || i > segments - 2) tRadius = POINT_EPSILON * POINT_EPSILON;
|
|
||||||
|
|
||||||
Point3F diff;
|
Point3F diff;
|
||||||
F32 length;
|
F32 length;
|
||||||
if (i == 0) {
|
if (i == 0) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue