mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 02:29:49 -06:00
Restore previously square segments in the RenderableSphericalGrids
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user