Remove unused extra name for the amount of points in the eclipse cone and shadow cylinder

This commit is contained in:
Alexander Bock
2023-08-11 09:42:24 +02:00
parent 0ae73acc55
commit cb68ab87d9
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ namespace {
struct [[codegen::Dictionary(RenderableEclipseCone)]] Parameters {
// [[codegen::verbatim(NumberPointsInfo.description)]]
std::optional<int> numberOfPoints [[codegen::key("AmountOfPoints")]];
std::optional<int> numberOfPoints;
// [[codegen::verbatim(ShadowLengthInfo.description)]]
std::optional<float> shadowLength;