mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Update gitignore to include Mars texture
Update SGCT reference Update Ghoul reference Prevent spherical grid to recreate grid each frame Add version and commit information (closes #395)
This commit is contained in:
@@ -303,6 +303,8 @@ void RenderableSphericalGrid::update(const UpdateData&) {
|
||||
|
||||
glBindBuffer(GL_ELEMENT_ARRAY_BUFFER, _iBufferID);
|
||||
glBufferData(GL_ELEMENT_ARRAY_BUFFER, _isize * sizeof(int), _iarray.data(), GL_STATIC_DRAW);
|
||||
|
||||
_gridIsDirty = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user