Initial commit

This commit is contained in:
alexpete
2021-03-05 11:26:34 -08:00
commit a10351f38d
27091 changed files with 5521199 additions and 0 deletions
+44
View File
@@ -0,0 +1,44 @@
{
"GemFormatVersion": 4,
"Uuid": "6ab53783d9f54c9e97a15ad729e7c182",
"Name": "NvCloth",
"DisplayName": "NVIDIA Cloth [PREVIEW]",
"Version": "0.1.0",
"LinkType": "Dynamic",
"Summary": "Provides the functionality needed to add cloth simulation.",
"Tags": ["Physics"],
"IconPath": "preview.png",
"Modules": [
{
"Type": "GameModule"
},
{
"Name": "Editor",
"Type": "EditorModule",
"Extends": "GameModule"
}
],
"Dependencies": [
{
"Uuid": "ff06785f7145416b9d46fde39098cb0c",
"VersionConstraints": [
"~>0.1"
],
"_comment": "LmbrCentral"
},
{
"Uuid": "4e981f3b17394f5d84d674fff0f54f4f",
"VersionConstraints": [
"~>0.1"
],
"_comment": "AtomLyIntegration_CommonFeatures"
},
{
"Uuid": "044a63ea67d04479aa5daf62ded9d9ca",
"VersionConstraints": [
"~>0.1"
],
"_comment": "EMotionFX"
}
]
}