add 'model-name' block property

This commit is contained in:
MihailRis
2024-11-05 22:23:53 +03:00
parent 64369fb189
commit 423ac2c44e
5 changed files with 23 additions and 17 deletions
+2
View File
@@ -135,6 +135,8 @@ public:
/// @brief Custom model raw data
dv::value customModelRaw = nullptr;
std::string modelName = "";
/// @brief Does the block passing lights into itself
bool lightPassing = false;