Ploaj / SSBHLib

A library for dealing with SSBH rendering format
30 stars 18 forks source link

Add yellow checkerboard for missing required mesh attributes #57

Open ScanMountGoat opened 3 years ago

ScanMountGoat commented 3 years ago

This will require checking what mesh object is assigned to the material. If any of the attributes required by the shader, including Position0, Normal0, and Tangent0 are missing from the mesh object, the mesh object should render as the yellow checkerboard. Additional attributes don't trigger the yellow checkerboard.