Files
o3de/Gems/NvCloth/gem.json
T
Aaron Ruiz Mora 1256994696 Cleaning up NvCloth gem. Removed any reference to LmbrCentral and legacy renderer since now it uses Atom. (#154)
- Removed any usage of LmbCentral and legacy renderer from NvCloth gem.
- Cloth rule can only be added to Mesh groups, not allowed in Actor groups anymore.
- Removed ActorAssetHelper since actors now share the mesh model format and therefore they also use MeshAssetHelper.
- Updated NvCloth gem.json file with the fields from the template.
- Updated cloth chicken asset to not convert axis.
2021-04-20 15:38:26 +01:00

9 lines
246 B
JSON

{
"gem_name": "NvCloth",
"display_name": "NVIDIA Cloth [PREVIEW]",
"summary": "Provides the functionality needed to add cloth simulation.",
"canonical_tags": ["Gem"],
"user_tags": ["Physics"],
"icon_path": "preview.png"
}