mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Always register the Smooth Trimesh Collision project setting
This ensures the project setting never disappears from the editor, even if the current physics engine is GodotPhysics. This also adds documentation for the Smooth Trimesh Collision project setting.
This commit is contained in:
@@ -1138,6 +1138,10 @@
|
||||
Sets which physics engine to use for 3D physics.
|
||||
"DEFAULT" is currently the [url=https://bulletphysics.org]Bullet[/url] physics engine. The "GodotPhysics" engine is still supported as an alternative.
|
||||
</member>
|
||||
<member name="physics/3d/smooth_trimesh_collision" type="bool" setter="" getter="" default="false">
|
||||
If [code]true[/code], smooths out collision with trimesh shapes ([ConcavePolygonShape]) by telling the Bullet physics engine to generate internal edge information for every trimesh shape created.
|
||||
[b]Note:[/b] Only effective if [member physics/3d/physics_engine] is set to [code]DEFAULT[/code] or [code]Bullet[/code], [i]not[/i] [code]GodotPhysics[/code].
|
||||
</member>
|
||||
<member name="physics/common/enable_object_picking" type="bool" setter="" getter="" default="true">
|
||||
Enables [member Viewport.physics_object_picking] on the root viewport.
|
||||
</member>
|
||||
|
||||
Reference in New Issue
Block a user