Switch to Jolt physics
This commit is contained in:
parent
7314d5081a
commit
c203e3e4b8
|
@ -332,7 +332,7 @@ func _enforce_certain_properties() -> void:
|
|||
physics_material_override = PhysicsMaterial.new()
|
||||
physics_material_override.friction = 0.0
|
||||
can_sleep = false
|
||||
lock_rotation = true
|
||||
lock_rotation = false
|
||||
freeze_mode = FREEZE_MODE_STATIC
|
||||
custom_integrator = false
|
||||
continuous_cd = true
|
||||
|
|
|
@ -186,6 +186,10 @@ pause={
|
|||
]
|
||||
}
|
||||
|
||||
[physics]
|
||||
|
||||
3d/physics_engine="Jolt Physics"
|
||||
|
||||
[rendering]
|
||||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
|
|
Loading…
Reference in New Issue