updated tests

This commit is contained in:
AndreaRigoni
2026-04-17 09:35:43 +00:00
parent 41503c7e44
commit 197beba19b
2 changed files with 3 additions and 5 deletions

View File

@@ -71,10 +71,8 @@ int main(int argc, char** argv) {
vtkTess.SetColor(0.2, 0.8, 0.2); // Greenish tess
// Position tessellated solid away from box using the PhysicalVolume
Matrix4f trans = Matrix4f::Identity();
trans.block<3,1>(0,3) = Vector3f(5_m, 0, 0);
pvTess->SetMatrix(trans);
vtkTess.Update();
pvTess->SetPosition(Vector3f(5_m, 0, 0));
pvTess->Updated();
std::cout << "..:: Testing vtkSolidsTest ::.." << std::endl;
std::cout << "Box and Tessellated solids (placed via PhysicalVolumes) initialized." << std::endl;