Vixen
dd8b0a81
csharp
public static class ModelRetopology

Retopology and unwrapping over a model file's meshes, for the importer and the CLI alike.

Read the guide page for this →

Remarks

docs/plan/41 § D16 and docs/plan/42 § D13 name four surfaces between them and three of them run exactly this. The importer, vixen remesh and vixen unwrap differ in where the mesh came from and where it goes, and in nothing else — so the decision of what to do to a mesh lives here once rather than being made the same way three times and then drifting.

⚠ A refusal comes back as the mesh that went in, with the reason reported. The remesher refuses rather than throwing — an empty result with the stage named in its warnings, which is docs/plan/41's seventh exit criterion — and an import that turned that into an empty mesh would delete somebody's asset over a shape the layout could not partition.

Fields and properties (1)

  • public const int DefaultGuideSamples

    How many points a guide curve is sampled at by default.

Methods (2)

Used by (3)

  • GeometryRunnerVixen.Cli
  • ModelImporterVixen.Editor.Assets
  • ModelRetopologyTestsVixen.Editor.Assets.Tests