Skip to content

Commit

Permalink
Merge pull request #157 from Esri/ue55_update
Browse files Browse the repository at this point in the history
Ue55 update
  • Loading branch information
bneukom authored Dec 9, 2024
2 parents f81bf54 + a840e95 commit 0cde51b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
Binary file modified VitruvioHost/Plugins/Vitruvio/Content/Demo/CandlerDemo.umap
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ TSharedPtr<FVitruvioMesh> CreateVitruvioMesh(const FString& Identifier, FMeshDes
{
bool bHasInvalidNormals;
bool bHasInvalidTangents;
FStaticMeshOperations::AreNormalsAndTangentsValid(Description, bHasInvalidNormals, bHasInvalidTangents);

FStaticMeshOperations::HasInvalidVertexInstanceNormalsOrTangents(Description, bHasInvalidNormals, bHasInvalidTangents);

// If normals are invalid, compute normals and tangents at polygon level then vertex level
if (bHasInvalidNormals)
Expand Down
13 changes: 7 additions & 6 deletions VitruvioHost/Plugins/Vitruvio/Vitruvio.uplugin
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"FileVersion": 3,
"Version": 5,
"VersionName": "2.1.1 - 2023.1 (CE SDK v3.1.9666)",
"Version": 6,
"VersionName": "2.2 - 2023.1 (CE SDK v3.1.9666)",
"FriendlyName": "Vitruvio",
"Description": "Vitruvio adds support for CityEngine's procedural runtime (PRT)",
"Category": "Misc",
"CreatedBy": "Esri",
"CreatedByURL": "https://www.esri.com/en-us/home",
"DocsURL": "https://github.com/Esri/vitruvio/blob/master/doc/usage.md",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/9bf931969c174491bd9a7ca517a40653",
"EngineVersion": "5.4",
"EngineVersion": "5.5",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
Expand All @@ -19,17 +19,18 @@
"Name": "Vitruvio",
"Type": "Runtime",
"LoadingPhase": "PostDefault",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VitruvioEditor",
"Type": "Editor",
"LoadingPhase": "Default",
"WhitelistPlatforms": [
"PlatformAllowList": [
"Win64"
]
}
]
],
"SupportURL": ""
}
2 changes: 1 addition & 1 deletion VitruvioHost/VitruvioHost.uproject
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.4",
"EngineAssociation": "5.5",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit 0cde51b

Please sign in to comment.