mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 17:40:26 -05:00
Merge branch 'master' into feature/NewAtmosphere
This commit is contained in:
@@ -6,6 +6,7 @@ return {
|
||||
Renderable = {
|
||||
Type = "RenderableStars",
|
||||
File = "speck/stars.speck",
|
||||
-- File = "speck/stars_new.speck",
|
||||
Texture = "textures/halo.png",
|
||||
ColorMap = "colorbv.cmap"
|
||||
},
|
||||
|
||||
2
ext/sgct
2
ext/sgct
Submodule ext/sgct updated: a13b539088...81d1fe53b2
@@ -65,9 +65,9 @@ class TouchMarker : public properties::PropertyOwner {
|
||||
|
||||
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
|
||||
|
||||
GLuint _quad;
|
||||
GLuint _vertexPositionBuffer;
|
||||
int _numFingers;
|
||||
GLuint _quad = 0;
|
||||
GLuint _vertexPositionBuffer = 0;
|
||||
int _numFingers = 0;
|
||||
};
|
||||
|
||||
} // openspace namespace
|
||||
|
||||
@@ -290,7 +290,7 @@ function generateSettings(arg)
|
||||
|
||||
local refresh = ""
|
||||
if arg["refreshRate"] then
|
||||
refresh = "refreshRate=" .. arg["refreshRate"] .. " "
|
||||
refresh = "refreshRate=\"" .. arg["refreshRate"] .. "\" "
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user