New fast AA for lines is working.

This commit is contained in:
Jonathas Costa
2019-08-23 16:56:30 -04:00
parent ac24a1bb56
commit 5708bf8416
2 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ RenderableTrail::Appearance::Appearance()
, lineColor(LineColorInfo, glm::vec3(1.0f, 1.0f, 0.f), glm::vec3(0.f), glm::vec3(1.f))
, useLineFade(EnableFadeInfo, true)
, lineFade(FadeInfo, 1.f, 0.f, 30.f)
, lineWidth(LineWidthInfo, 2.f, 1.f, 20.f)
, lineWidth(LineWidthInfo, 10.f, 1.f, 20.f)
, pointSize(PointSizeInfo, 1, 1, 64)
, renderingModes(
RenderingModeInfo,