mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
Render Saturn's rings without warnings (closes #584)
This commit is contained in:
@@ -55,7 +55,7 @@ local SaturnRings = {
|
||||
Name = "Saturn Rings",
|
||||
Path = "/Solar System/Planets/Saturn"
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -243,8 +243,6 @@ void RenderableRings::render(const RenderData& data, RendererTasks&) {
|
||||
_sunPosition
|
||||
);
|
||||
|
||||
setPscUniforms(*_shader, data.camera, data.position);
|
||||
|
||||
ghoul::opengl::TextureUnit unit;
|
||||
unit.activate();
|
||||
_texture->bind();
|
||||
|
||||
Reference in New Issue
Block a user