mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Make use of new verifiers (Color and File) (#1510)
* Use codegen for renderable discs * Utilize color and file verifier * Add missing property assignment in exoplanets module
This commit is contained in:
@@ -86,13 +86,13 @@ documentation::Documentation RenderableCrawlingLine::Documentation() {
|
||||
new TableVerifier({
|
||||
{
|
||||
KeyColorStart,
|
||||
new DoubleVector4Verifier,
|
||||
new Color4Verifier,
|
||||
Optional::No,
|
||||
"The color at the start of the line",
|
||||
},
|
||||
{
|
||||
KeyColorEnd,
|
||||
new DoubleVector4Verifier,
|
||||
new Color4Verifier,
|
||||
Optional::No,
|
||||
"The color at the end of the line"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user