Add documentations and remove unused input argument

This commit is contained in:
Emma Broman
2022-05-05 18:26:05 +02:00
parent da4f1026ce
commit 3ebb439d72
11 changed files with 34 additions and 15 deletions
@@ -85,6 +85,10 @@ namespace {
namespace openspace {
documentation::Documentation RenderableSkyTarget::Documentation() {
return codegen::doc<Parameters>("skybrowser_renderableskytarget");
}
RenderableSkyTarget::RenderableSkyTarget(const ghoul::Dictionary& dictionary)
: RenderablePlane(dictionary)
, _crossHairSize(crossHairSizeInfo, 2.f, 1.f, 10.f)