Updated to support Newly SceneOrient,compiled all OK! but Non test..next step is test samples.

This commit is contained in:
2024-08-27 01:27:53 +08:00
parent 410b94a127
commit a9526ce956
14 changed files with 154 additions and 139 deletions

View File

@@ -32,10 +32,10 @@ public:
it->value->Render(rcb);
}
void UpdateTransform()
void UpdateLocalToWorld()
{
for(auto *it:data_list)
it->value->UpdateTransform();
it->value->UpdateLocalToWorld();
}
};//class MaterialRenderMap
VK_NAMESPACE_END