initializeGL stuff

This commit is contained in:
Jonathan Fransson
2019-03-27 16:30:59 -06:00
committed by ElonOlsson
parent 14ef2644a9
commit 2e42282388
2 changed files with 663 additions and 665 deletions
File diff suppressed because it is too large Load Diff
@@ -32,6 +32,7 @@
// #include <openspace/properties/scalar/uintproperty.h>
// #include <ghoul/opengl/programobject.h>
// #include <ghoul/misc/objectmanager.h>
// #ifndef __OPENSPACE_MODULE_BASE___RenderableSatellites___H__
// #define __OPENSPACE_MODULE_BASE___RenderableSatellites___H__
@@ -82,8 +83,10 @@
// void readFromCsvFile();
// void updateBuffers();
// std::vector<KeplerTranslation::KeplerOrbit> _orbits;
// ghoul::opengl::ProgramObject* _programObject;
// std::vector<KeplerTranslation::KeplerOrbit> _orbits;
// ghoul::opengl::ProgramObject* _programObject;
//ghoul::ObjectManager* _objectManager;
// properties::StringProperty _path;
// properties::UIntProperty _nSegments;