refactor: update transformation system, improve template readability, and reorganize VTK assembly management
This commit is contained in:
@@ -107,6 +107,12 @@ void vtkObjectsContext::Update() {
|
||||
}
|
||||
}
|
||||
|
||||
void vtkObjectsContext::SyncFromVtk() {
|
||||
for (auto const& [obj, puppet] : m_Puppets) {
|
||||
puppet->SyncFromVtk();
|
||||
}
|
||||
}
|
||||
|
||||
Puppet* vtkObjectsContext::CreatePuppet(uLib::Object* obj) {
|
||||
if (!obj) return nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user