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:
Alexander Bock
2017-08-30 14:56:02 -04:00
parent f57feb01d3
commit 0ceab49df7
9 changed files with 91 additions and 2 deletions

View File

@@ -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;
}
}