many small fixes, RU lang

This commit is contained in:
2023-03-14 17:39:44 +03:00
parent 34976b8865
commit 9e7afb5fb5
18 changed files with 1397 additions and 19 deletions

View File

@@ -56,7 +56,7 @@ public:
/// Add object \"o\" to scene and take its ownership
/// All materials and geometries used by \"o\" tree
/// copied into this scene
void addObject(ObjectBase * o);
void addObject(ObjectBase * o, ObjectBase * parent = nullptr);
void addScene(const Scene * s);
void assignFrom(const Scene * s);