@kognifai/cogsengine
    Preparing search index...

    Enumeration ModelLoadFlagsConst

    Model loading flags. May be combined with resource loading flags.

    Index

    Enumeration Members

    AutomaticTransparency: 131072

    Materials should be created with the TransparencyMode::Auto option, enabling transparency e.g for any materials with a alpha texture channel.

    AutoReload: 4
    CustomExtensionFlag: 16777216

    Custom flag that can be used by an extension loader.

    DisableOptimization: 524288

    Disables default optimizations enabled in model loading extensions (e.g spatial optimization in the Asset Importer loader).

    DoNotCache: 32

    Do not cache this resource for later retrieval.

    ForceSynchronous: 1

    Force loading the resource synchronously.

    ForceTwoSidedMaterial: 262144

    All materials should be two sided, regardless of any material attributes specified. May fix issues with flipped winding, disappearing surfaces etc.

    ForceUnique: 16

    Force unique resource load when source resolves to existing resource.

    NeedsTangents: 65536

    The importer should generate tangent data if not present.

    NoDefaultName: 8

    No default name.

    NoFlipTexcoords: 2097152

    Do not flip texture coordinates.

    None: 0

    No flags.

    Reload: 2

    Reload action.

    SkipMaterials: 1048576

    Tell the loader it may skip creating material instances during loading.