KhronosGroup / glTF-Asset-Generator

Tool for generating various glTF assets for importer validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add test for instanced mesh with negative scale

bghgary opened this issue · comments

If two nodes point to the same mesh and one of the nodes has a negative scale, engines must use two draw calls to render them to account for the negative determinant and flipping of winding order.

Fixed in #555