|
@@ -1,25 +1,23 @@
|
|
|
{
|
|
|
- "gem_name": "PhysX",
|
|
|
+ "gem_name": "PhysXCommon",
|
|
|
"version": "1.0.0",
|
|
|
- "display_name": "PhysX",
|
|
|
+ "display_name": "PhysX Common",
|
|
|
"license": "Apache-2.0 Or MIT",
|
|
|
"license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
|
|
|
"origin": "Open 3D Engine - o3de.org",
|
|
|
"type": "Code",
|
|
|
- "summary": "The PhysX Gem provides physics simulation with NVIDIA PhysX including static and dynamic rigid body simulation, force regions, ragdolls, and dynamic PhysX joints.",
|
|
|
+ "summary": "The PhysX Common Gem provides the necessary assets and common libraries to support the PhysX Gems in the catalog.",
|
|
|
"canonical_tags": [
|
|
|
"Gem"
|
|
|
],
|
|
|
"user_tags": [
|
|
|
+ "Assets",
|
|
|
"Physics",
|
|
|
- "Simulation",
|
|
|
- "SDK"
|
|
|
+ "Simulation"
|
|
|
],
|
|
|
"icon_path": "preview.png",
|
|
|
"requirements": "",
|
|
|
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/physics/nvidia/physx/",
|
|
|
"dependencies": [
|
|
|
- "LmbrCentral",
|
|
|
- "CommonFeaturesAtom"
|
|
|
]
|
|
|
}
|