Skip to content

Commit 8474c3d

Browse files
committed
Rework surface nets generation
1 parent 4a3bb0d commit 8474c3d

File tree

3 files changed

+191
-141
lines changed

3 files changed

+191
-141
lines changed

include/CommonLib/GameConstants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace tsom::Constants
3131

3232
// Player constants
3333
constexpr std::size_t PlayerMaxNicknameLength = 16;
34-
constexpr float PlayerColliderRadius = 0.3f;
34+
constexpr float PlayerColliderRadius = 0.2f;
3535
constexpr float PlayerColliderHeight = 1.85f;
3636
constexpr float PlayerEyesHeight = 1.75f;
3737
constexpr float PlayerFlySpeed = 20.f;

src/CommonLib/BlockLibrary.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ namespace tsom
109109
.layerName = "water",
110110
.basePath = "blocks/water",
111111
.isDoubleSided = true,
112-
.isSmooth = false,
112+
.isSmooth = true,
113113
.isTransparent = true,
114114
});
115115
}

0 commit comments

Comments
 (0)