Merge pull request #3212 from OpenSpace/issue/2996

Issue/2996 - documentation engine rewrite
This commit is contained in:
Ylva Selling
2024-04-30 16:11:13 +02:00
committed by GitHub
16 changed files with 47 additions and 46 deletions

View File

@@ -68,8 +68,6 @@ namespace {
// other node as the Parent of the node with this renderable. Also, the axes have to
// be scaled to match the parent object for the axes to be visible in the scene, for
// example using a StaticScale.
//
// See example asset (@TODO: link to asset file).
struct [[codegen::Dictionary(RenderableCartesianAxes)]] Parameters {
// [[codegen::verbatim(XColorInfo.description)]]
std::optional<glm::vec3> xColor [[codegen::color()]];