-
Notifications
You must be signed in to change notification settings - Fork 216
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
Support EXT_mesh_features #407
Comments
👍
👍
I'm not too familiar with what's different between the two specs. If the changes suggest API changes - e.g. new names, new concepts, etc - we should go ahead and evolve the API to match the spec. But no changes needed otherwise.
👍
Let's treat this as a separate issue, as it could easily be 10x the work of everything else here put together. :)
Static meshes have a "vertex color" that I believe is commonly used for this purpose. We're already using it for... actual vertex coloring though. So we'll have to figure out something there. Maybe even move to a custom static mesh class if necessary. |
@kring I haven't fully dived into the spec differences between this and EXT_feature_metadata yet, but just to take inventory of the things that need to be done:
Does this list sound about right? Are there any huge pieces I'm missing?
The text was updated successfully, but these errors were encountered: