feat: implement MultiSelectionProp to support grouped object transformation and selection in Viewport
This commit is contained in:
@@ -136,6 +136,10 @@ Prop3D *ObjectsContext::CreateProp3D(uLib::Object *obj) {
|
||||
if (!obj)
|
||||
return nullptr;
|
||||
|
||||
if (auto* p3d = dynamic_cast<Prop3D*>(obj)) {
|
||||
return p3d;
|
||||
}
|
||||
|
||||
if (auto *vox = dynamic_cast<uLib::Abstract::VoxImage *>(obj)) {
|
||||
return new VoxImage(vox);
|
||||
} else if (auto *box = dynamic_cast<uLib::ContainerBox *>(obj)) {
|
||||
|
||||
Reference in New Issue
Block a user