File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -67,3 +67,21 @@ Play the scene and the cloak should simulate correctly.
6767.. image :: img/softbody_cloak_finish.png
6868
6969This covers the basic settings of softbody, experiment with the parameters to achieve the effect you are aiming for when making your game.
70+
71+ Using Imported Meshes
72+ ~~~~~~~~~~~~~~~~~~~~~
73+
74+ The **Save to File ** option in the Advanced Import Settings dialog allows you
75+ to save a mesh to a standalone resource file that you can then attach to
76+ ``SoftBody3D `` nodes.
77+
78+ You may also want to disable LOD generation or change the LOD generation options
79+ when importing a mesh for use with ``SoftBody3D ``. The default import settings
80+ will produce an LOD that merges adjacent faces that are nearly flat with
81+ respect to each other, even at very close render distances. This works well for
82+ static meshes, but is often undesirable for use with ``SoftBody3D `` if you want
83+ these faces to be able to bend and move with respect to each other, instead of
84+ being rendered as a single plane.
85+
86+ See :ref: `doc_importing_3d_scenes_import_configuration ` and :ref: `doc_mesh_lod `
87+ for more details.
You can’t perform that action at this time.
0 commit comments