Restore previously square segments in the RenderableSphericalGrids

This commit is contained in:
Alexander Bock
2025-10-03 16:49:15 +02:00
parent fa9b788a06
commit 68bbfd0b4c

View File

@@ -124,7 +124,7 @@ RenderableSphericalGrid::RenderableSphericalGrid(const ghoul::Dictionary& dictio
, _gridProgram(nullptr)
, _color(ColorInfo, glm::vec3(0.5f), glm::vec3(0.f), glm::vec3(1.f))
, _longSegments(LongSegmentsInfo, 36, 4, 200)
, _latSegments(LatSegmentsInfo, 36, 4, 200)
, _latSegments(LatSegmentsInfo, 18, 4, 200)
, _lineWidth(LineWidthInfo, 0.5f, 1.f, 20.f)
{
const Parameters p = codegen::bake<Parameters>(dictionary);