MaterialX: split standard_surface into basic nodes #26

Merged
Bogdan Nagirniak merged 11 commits from matx-principlebsdf-split into matx-export-material 2023-09-21 10:58:14 +02:00
Showing only changes of commit 3fdc75b13c - Show all commits

View File

@ -54,7 +54,8 @@ class NodeItem {
MaterialX::GraphElement *graph_ = nullptr;
public:
/* Default constructor added to allow easy work with std::map. Don't use this constructor to create NodeItem. */
/* NOTE: Default constructor added to allow easy work with std::map.
* Don't use this constructor to create NodeItem. */
NodeItem() = default;
NodeItem(MaterialX::GraphElement *graph);
~NodeItem() = default;