full Nanite support for Static Meshes
Some checks failed
FModel QA Builder / build (push) Has been cancelled

This commit is contained in:
LongerWarrior
2025-06-26 23:56:59 +03:00
parent aa75a8bbf2
commit 2dd98d4d64
2 changed files with 3 additions and 2 deletions

View File

@@ -130,7 +130,8 @@ public class Material : IDisposable
"EmissiveUVs_RG_UpperLeftCorner_BA_LowerRightCorner",
"Emissive Texture UVs RG_TopLeft BA_BottomRight",
"Emissive 2 UV Positioning (RG)UpperLeft (BA)LowerRight",
"EmissiveUVPositioning (RG)UpperLeft (BA)LowerRight"))
"EmissiveUVPositioning (RG)UpperLeft (BA)LowerRight",
"Emissive_CH"))
EmissiveRegion = new Vector4(EmissiveUVs.R, EmissiveUVs.G, EmissiveUVs.B, EmissiveUVs.A);
if ((Parameters.TryGetSwitch(out var swizzleRoughnessToGreen, "SwizzleRoughnessToGreen") && swizzleRoughnessToGreen) ||