Skip to content

Mesh batching is broken on macOS #20

@brianpeiris

Description

@brianpeiris

The mesh batching example in this repo is renders incorrectly on macOS in both Firefox and Chrome (tested on a 13-inch 2018 MacBook Pro with Intel Iris Plus Graphics 655 chipset). Specifically, most of the textures on the meshes in the atrium GLB are rendered white and the mip mapping on the animated fan is incorrect. Inspecting the atlas shows that the base texture on layer 0 is being overwritten by mip maps from other levels and layers. Although a similar bug was observed with image batching, and fixed in #19, that fix does not seem to work for the atrium model. Also similarly, reducing the layer resolution does seem to work around the issue, at least partially.

Bug repro screenshot on macOS:
image

Working render on Windows:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions