SuperDex Physics C++ API
Loading...
Searching...
No Matches
Soft Materials

Uniform and per-element constitutive-model parameters for soft actors. More...

Classes

struct  superdex::ActiveAnisoArapMaterialParams
 Parameters for the Active Anisotropic ARAP material model. More...
struct  superdex::ActiveNeoHookeanMaterialParams
 Parameters for the Active Neo-Hookean composite material model. More...
struct  superdex::ActiveShapeTargetingArapMaterialParams
 Parameters for the Active Shape Targeting ARAP material model. More...
struct  superdex::ArapMaterialParams
 Parameters for the As-Rigid-As-Possible (ARAP) material model. More...
struct  superdex::LinearElasticMaterialParams
 Parameters for the Linear Elastic (Hookean) material model. More...
struct  superdex::PerElementSoftMaterialData
 Per-element material parameters for a soft body in struct-of-arrays format. More...
struct  superdex::PerElementSoftMaterialDataView
 Non-owning view of per-element material parameters for a soft body, in struct-of-arrays format. More...
struct  superdex::SmithNeoHookeanMaterialParams
 Parameters for the stable Neo-Hookean hyperelastic material model by Smith et al. More...
struct  superdex::SoftMaterialParams
 Material parameters for soft body simulation. More...
struct  superdex::StVenantKirchhoffMaterialParams
 Parameters for the Saint Venant-Kirchhoff (StVK) hyperelastic material model. More...

Detailed Description

Uniform and per-element constitutive-model parameters for soft actors.

superdex::NeoHookeanMaterialParams is the public alias for superdex::SmithNeoHookeanMaterialParams.