mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
Change capitalization of property names
This commit is contained in:
@@ -92,11 +92,11 @@ documentation::Documentation RenderableSphere::Documentation() {
|
||||
|
||||
RenderableSphere::RenderableSphere(const ghoul::Dictionary& dictionary)
|
||||
: Renderable(dictionary)
|
||||
, _texturePath({ "texture", "Texture", "" }) // @TODO Missing documentation
|
||||
, _orientation({ "orientation", "Orientation", "" }) // @TODO Missing documentation
|
||||
, _size({ "size", "Size", "" }, 1.f, 0.f, std::pow(10.f, 45)) // @TODO Missing documentation
|
||||
, _segments({ "segments", "Segments", "" }, 8, 4, 100) // @TODO Missing documentation
|
||||
, _transparency({ "transparency", "Transparency", "" }, 1.f, 0.f, 1.f) // @TODO Missing documentation
|
||||
, _texturePath({ "Texture", "Texture", "" }) // @TODO Missing documentation
|
||||
, _orientation({ "Orientation", "Orientation", "" }) // @TODO Missing documentation
|
||||
, _size({ "Size", "Size", "" }, 1.f, 0.f, std::pow(10.f, 45)) // @TODO Missing documentation
|
||||
, _segments({ "Segments", "Segments", "" }, 8, 4, 100) // @TODO Missing documentation
|
||||
, _transparency({ "Transparency", "Transparency", "" }, 1.f, 0.f, 1.f) // @TODO Missing documentation
|
||||
, _shader(nullptr)
|
||||
, _texture(nullptr)
|
||||
, _sphere(nullptr)
|
||||
|
||||
Reference in New Issue
Block a user