Caricamento v0.2

This commit is contained in:
2026-05-31 10:42:30 +02:00
parent 16806a0d85
commit e50e2987c9
29 changed files with 3411 additions and 16687 deletions
+1 -6
View File
@@ -1,17 +1,12 @@
#include <SFML/Graphics.hpp>
#include <math.h>
#include "../../rigidbody/headers/rb.hpp"
//#include "../../joints/headers/joint_interface.hpp"
#ifndef PIECE_INTERFACE_H
#define PIECE_INTERFACE_H
// costanti
const sf::Vector2f caviglia_Dim = {50, 200};
const sf::Color caviglia_Col = sf::Color::Red;
enum class ReferencePlane {
XY,
YZ,