diff --git a/build/bin/imgui.ini b/build/bin/imgui.ini index 5a3156b..e4db645 100644 --- a/build/bin/imgui.ini +++ b/build/bin/imgui.ini @@ -5,6 +5,7 @@ Size=400,400 [Window][Dear ImGui Demo] Pos=487,44 Size=455,873 +Collapsed=1 [Window][Hello, world!] Pos=11,12 diff --git a/build/bin/mainV10.exe b/build/bin/mainV10.exe index 1a709cf..9c5575b 100644 Binary files a/build/bin/mainV10.exe and b/build/bin/mainV10.exe differ diff --git a/src/pieces/headers/pavimento.hpp b/src/pieces/headers/pavimento.hpp index b35749f..bef094e 100644 --- a/src/pieces/headers/pavimento.hpp +++ b/src/pieces/headers/pavimento.hpp @@ -6,7 +6,7 @@ class Pavimento : public PieceInterface{ private: - const sf::Vector3f pavimento_Dim = {600, 20, 600}; + const sf::Vector3f pavimento_Dim = {600, 40, 600}; const sf::Color pavimento_Col = sf::Color(255,255,255,255); const std::string TEXTURE_F = std::string("pavimentoF.png"); diff --git a/src/testMain.cpp b/src/testMain.cpp index 123d775..bafa507 100755 --- a/src/testMain.cpp +++ b/src/testMain.cpp @@ -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"); } diff --git a/textures/Textures.xcf b/textures/Textures.xcf index 2edbfde..363a25d 100644 Binary files a/textures/Textures.xcf and b/textures/Textures.xcf differ diff --git a/textures/pavimentoF.png b/textures/pavimentoF.png new file mode 100644 index 0000000..88a11c8 Binary files /dev/null and b/textures/pavimentoF.png differ diff --git a/textures/pavimentoL.png b/textures/pavimentoL.png new file mode 100644 index 0000000..0e4553e Binary files /dev/null and b/textures/pavimentoL.png differ