mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
adding objloader
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user