Auto-generate 3D mesh from convex OBJ if dim=3 in flex.
This requires the user to explicitly specify an origin. PiperOrigin-RevId: 712483526 Change-Id: Ie316a5eccb676bb918d4bb746795019145c10f5b
This commit is contained in:
committed by
Copybara-Service
parent
65048d6b8f
commit
ee6f4837f3
@@ -3632,6 +3632,13 @@ saving the XML:
|
||||
These attributes are directly passed through to the automatically-generated :ref:`flex<deformable-flex>` object and
|
||||
have the same meaning.
|
||||
|
||||
.. _body-flexcomp-origin:
|
||||
|
||||
:at:`origin`: :at-val:`real(3), "0 0 0"`
|
||||
The origin of the flexcomp. Used for generating a volumetric mesh from an OBJ surface mesh. Each surface triangle is
|
||||
connected to the origin to create a tetrahedron, so the resulting volumetric mesh is guaranteed to be well-formed
|
||||
only for convex shapes.
|
||||
|
||||
.. _flexcomp-contact:
|
||||
|
||||
:el-prefix:`flexcomp/` |-| **contact** (*)
|
||||
|
||||
Reference in New Issue
Block a user