class MAGES::MeshDeformations::TetrahedralMeshImporter

Overview

A custom importer for tetrahedral meshes. More…

class TetrahedralMeshImporter: public ScriptedImporter
{
public:
    // structs

    struct TetrahedronData;

    // properties

    float ScaleFactor;
    bool ConvertUnits;
    bool ImportSubMeshes;

    // methods

    override void OnImportAsset(AssetImportContext ctx);
};

Detailed Documentation

A custom importer for tetrahedral meshes.

Properties

float ScaleFactor

Gets or sets the scale to be applied to the mesh.

bool ConvertUnits

Gets or sets a value indicating whether to convert file units to Unity ones.

bool ImportSubMeshes

Gets or sets a value indicating whether to import the submeshes as well.