refactor: unify vtkBoxSolid architecture with Puppet base and update build documentation

This commit is contained in:
AndreaRigoni
2026-04-03 16:44:00 +00:00
parent 74ba67f072
commit e0fb2f4dae
7 changed files with 57 additions and 82 deletions

View File

@@ -105,6 +105,8 @@ void Solid::SetTransform(Matrix4f transform) {
m_Physical->SetTranslation(*m_Position);
m_Physical->SetRotation(m_Rotation);
}
std::cout << "Solid " << GetName() << " position: " << pos << " rotation: " << m << std::endl;
}
void Solid::SetParent(Solid *parent) {