phaser - v3.90.0
    Preparing search index...
    • Parses a Wavefront OBJ File, extracting the models from it and returning them in an array.

      The model data must be triangulated for a Mesh Game Object to be able to render it.

      Parameters

      • data: string

        The OBJ File data as a raw string.

      • OptionalflipUV: boolean

        Flip the UV coordinates? Default true.

      Returns OBJData