Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang95 committed Jan 5, 2024
1 parent 1a6e65e commit 47bced6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zeno/src/nodes/neo/PrimAttrOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ struct PrimFillColor : PrimFillAttr {
virtual void apply() override {
this->inputs["attr"] = std::make_shared<StringObject>("clr");
this->inputs["type"] = std::make_shared<StringObject>("vec3f");
this->inputs["scope"] = std::make_shared<StringObject>("vert");
PrimFillAttr::apply();
}
};
Expand Down

0 comments on commit 47bced6

Please sign in to comment.