You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Jolt: Update to 5.3.0
This commit is contained in:
@@ -18,7 +18,7 @@ DebugRenderer *DebugRenderer::sInstance = nullptr;
|
||||
static const int sMaxLevel = 4;
|
||||
|
||||
// Distance for each LOD level, these are tweaked for an object of approx. size 1. Use the lod scale to scale these distances.
|
||||
static const float sLODDistanceForLevel[] = { 5.0f, 10.0f, 40.0f, FLT_MAX };
|
||||
static const float sLODDistanceForLevel[] = { 5.0f, 10.0f, 40.0f, cLargeFloat };
|
||||
|
||||
DebugRenderer::Triangle::Triangle(Vec3Arg inV1, Vec3Arg inV2, Vec3Arg inV3, ColorArg inColor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user