phaser - v3.90.0
    Preparing search index...
    type OBJData = {
        materialLibraries: string[];
        materials: object;
        models: OBJModel[];
    }
    Index

    Properties

    materialLibraries: string[]

    An array of material library filenames found in the OBJ file.

    materials: object

    If the obj was loaded with an mtl file, the parsed material names are stored in this object.

    models: OBJModel[]

    An array of parsed models extracted from the OBJ file.