mirror of
https://github.com/4sval/FModel.git
synced 2026-08-20 08:24:30 -05:00
Assault Fire Future support
Ace Combat 7 wwise fixes
This commit is contained in:
Submodule CUE4Parse updated: af1207f8a0...36c3f6447e
@@ -598,7 +598,7 @@ public class Renderer : IDisposable
|
||||
if (bSpline && model is SplineModel splineModel)
|
||||
splineModel.AddComponent((USplineMeshComponent)staticMeshComp);
|
||||
}
|
||||
else if (m.TryConvert(out var mesh))
|
||||
else if (m.TryConvert(out var mesh, UserSettings.Default.NaniteMeshExportFormat))
|
||||
{
|
||||
model = bSpline ? new SplineModel(m, mesh, (USplineMeshComponent)staticMeshComp, transform) : new StaticModel(m, mesh, transform);
|
||||
model.IsTwoSided = actor.GetOrDefault("bMirrored", staticMeshComp.GetOrDefault("bDisallowMeshPaintPerInstance", model.IsTwoSided));
|
||||
|
||||
Reference in New Issue
Block a user