Skip to content

EXT_mesh_gpu_instancing with negative scale might break backface culling #2540

@stripe2933

Description

@stripe2933

Currently, EXT_mesh_gpu_instancing does not prohibit negative values for the "SCALE" attribute accessor. As a result, when a primitive is instanced, each instance may end up with a different winding order. As far as I know, none of the current graphics APIs provide a way to apply a cull mode per instance. Therefore, if the primitive is not double-sided, it seems difficult to render it according to the original intent of the extension.

Any thought on this?

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