-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXT_mesh_gpu_instancing: Suggest extensionRequired usage #2405
Conversation
Using this extension without specifying it as required is guaranteed to lead to significant differences in appearance between renderers that support it and renderers that don't due to how it is specified.
There are two sample models in this folder. Should we update it with EDIT: Should these models be in https://github.com/KhronosGroup/glTF-Sample-Assets instead of in the extension folder? |
There’s an instancing example (SimpleInstancing) in glTF- |
@zeux Sorry, my question isn't directed at you specifically, though you are welcome to comment also of course. Maybe @lexaknyazev and others can chime in.
I'm not sure either. I think this might be the only extension with sample assets inside the extension folder itself. |
That's 100% an oversight. Samples should be in the dedicated repo. |
I agree that the models should not be here. |
Please let me know if any further changes are needed on this PR (or if there are no plans to merge it). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a small change that looks OK to me. Looks like the PR conversation thread got lost talking about sample models, which is out of scope for this tiny fix. Let's merge it.
* KHR_materials_ior: Minor typo: plural instead of singular (#2413) * Update anisotropy extension spec (#2409) * Clarify and simplify formula for attenuation. (#2414) * Add TRACE prefix (#2417) * Update clearcoat extension spec (#2415) * Update README. (#2427) * Add KHR_node_hoverability (#2428) * Add KHR_node_hoverability * Resort extension list * EXT_mesh_gpu_instancing: Suggest extensionRequired usage (#2405) * Add button/link to glTF Discord (#2429) As there is a lot more traffic to the Khronos glTF Discord than there is to Slack, a button pointing users to Discord will be helpful. --------- Co-authored-by: Andreas Atteneder <[email protected]> Co-authored-by: Alexey Knyazev <[email protected]> Co-authored-by: Ed Mackey <[email protected]> Co-authored-by: Marco Hutter <[email protected]> Co-authored-by: Khronos Group Web Services <[email protected]> Co-authored-by: Arseny Kapoulkine <[email protected]> Co-authored-by: James Riordon <[email protected]>
Using this extension without specifying it as required is guaranteed to lead to significant differences in appearance between renderers that support it and renderers that don't due to how it is specified.
Fixes #2402.