KhronosGroup / glTF-Sample-Assets

To store all models and other assets related to glTF
256 stars 30 forks source link

AttenuationTest is incorrectly tagged with core #16

Closed andreasplesch closed 8 months ago

andreasplesch commented 11 months ago

The AttenuationTest metadata includes the #core tag and is listed with

https://github.com/KhronosGroup/glTF-Sample-Assets/blob/main/Models/Models-core.md

However, its description starts with This model tests interactions between attenuation color, attenuation distance, and thickness in the KHR_materials_volume extension.

The #core tag should be removed.

emackey commented 8 months ago

PR merged. This should be fixed the next time the readmes are regenerated. Thanks @andreasplesch.

andreasplesch commented 8 months ago

Thanks.