mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-14 09:30:50 -05:00
changes to openspace-data, NH now loaded as separate modules
This commit is contained in:
Submodule openspace-data updated: e118d32086...fa3087a76d
@@ -153,7 +153,6 @@ void RenderableModel::render(const RenderData& data)
|
||||
|
||||
_programObject->setUniform("_performShading", false);
|
||||
|
||||
|
||||
// Bind texture
|
||||
ghoul::opengl::TextureUnit unit;
|
||||
unit.activate();
|
||||
|
||||
@@ -96,7 +96,7 @@ void WavefrontGeometry::loadObj(const char *filename){
|
||||
|
||||
//copy indices
|
||||
for (int f = 0; f < shapes[0].mesh.indices.size(); f++) {
|
||||
_iarray[f] = shapes[0].mesh.indices[f];
|
||||
_iarray[f] = f;// shapes[0].mesh.indices[f];
|
||||
}
|
||||
|
||||
//shapes[0].mesh.texcoords.resize(2 * _isize);
|
||||
|
||||
Reference in New Issue
Block a user