Aggiunte texture pavimento

This commit is contained in:
2026-06-22 19:20:31 +02:00
parent 276e00aee1
commit 1dd7ce812a
7 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -95,7 +95,8 @@ int main() {
//aggiungo il pavimento
gs.pieces.push_back(new Pavimento({200,200,550},0.2));
gs.pieces.push_back(new Pavimento({200,200,550},_Float16(0.2) ));
gs.pieces[0]->body.setRot({0,-0.03,0});
printf("Ho costruito tutto!\n");
}