adding objloader

This commit is contained in:
michal
2014-10-03 18:57:01 -04:00
parent 59161e186c
commit d2c13eb104
5 changed files with 269 additions and 7 deletions
+9 -4
View File
@@ -62,6 +62,15 @@ namespace renderableplanet {
const std::string keyFrame = "Frame";
} // namespace renderableplanet
namespace planetgeometry {
const std::string keyType = "Type";
} // namespace planetgeometry
namespace renderablewavefrontobject {
const std::string keyGeometry = "Geometry";
const std::string keyFrame = "Frame";
} // namespace renderableplanet
namespace renderablestars {
const std::string keySpeckFile = "SpeckFile";
const std::string keyPathModule = "ModulePath";
@@ -77,10 +86,6 @@ namespace renderablevolumegl {
const std::string keyTransferFunctionName = "TransferFunctionName";
} // namespace renderablevolumegl
namespace planetgeometry {
const std::string keyType = "Type";
} // namespace planetgeometry
namespace renderablesphericalgrid {
const std::string gridType = "GridType";
const std::string gridColor = "GridColor";