More code cleanup, force inclusion of swizzling for GLM

This commit is contained in:
Alexander Bock
2014-09-19 17:44:33 +02:00
parent 51be4b1788
commit dd629db53d
11 changed files with 1241 additions and 1228 deletions
+10
View File
@@ -61,6 +61,16 @@ namespace renderableplanet {
const std::string keyGeometry = "Geometry";
} // namespace renderableplanet
namespace renderablevolumegl {
const std::string keyVolume = "Volume";
const std::string keyHints = "Hints";
const std::string keyTransferFunction = "TransferFunction";
const std::string keySampler = "Sampler";
const std::string keyBoxScaling = "BoxScaling";
const std::string keyVolumeName = "VolumeName";
const std::string keyTransferFunctionName = "TransferFunctionName";
} // namespace renderablevolumegl
namespace planetgeometry {
const std::string keyType = "Type";
} // namespace planetgeometry