Vixen
02b45cc4
csharp
public sealed class ModelImportEdits

The editable mirror of ModelImportSettings.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (14)

  • public List<SubAssetRename> SubAssetNames

    What each of the model's parts should be called instead of what the file calls it.

  • public float Scale

    What to multiply every length by.

  • public bool GenerateNormals

    Whether to compute normals for meshes that have none.

  • public bool GenerateTangents

    Whether to compute tangents for meshes that have UVs and no tangents.

  • public bool ImportAnimations

    Whether to import the animation clips the file carries.

  • public bool GenerateDistanceFields

    Whether to bake a signed distance field for each of the model's meshes.

  • public int DistanceFieldResolution

    How many samples along the longest axis of each field.

  • public int DistanceFieldSignRays

    How many rays each sample casts to decide which side of the surface it is on.

  • public float DistanceFieldBoundsExpansion

    How far a field's volume is grown past its mesh, as a fraction of the mesh's size.

  • public bool GenerateMeshlets

    Whether to build a cluster hierarchy for each of the model's meshes.

  • public int MeshletTriangles

    The most triangles one cluster may hold.

  • public int MeshletVertices

    The most distinct vertices one cluster may reference.

  • public int MeshletGroupSize

    How many clusters are simplified together as a group.

  • public int MeshletFallbackTriangles

    How many triangles the generated fallback mesh may have.

Used by (5)

  • Describes_Vixen_Editor_AssetEditors_Importing_ModelImportEditsVixen.Editor.AssetEditors
  • ImportSettingsMirrorTestsVixen.Editor.AssetEditors.Tests
  • ModelImportDocumentVixen.Editor.AssetEditors
  • TypeRegistrationVixen.Editor.AssetEditors
  • Vixen_Editor_AssetEditors_Importing_ModelImportEditsSerializerVixen.Editor.AssetEditors