You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current division of work between AssetLoader and ResourceLoader does not fit well with algorithms that require remeshing (e.g. flat shading in #6358).
Proposal
Build a new API that will be useful in these use cases.
Keep AssetLoader and ResourceLoader for existing clients of the API.
The text was updated successfully, but these errors were encountered:
Cool so I guess for Android only change that needs to be done is in the resource & asset loader. I actually tried to make some changes and I still don't see the flat normal shading but the model appears all white. can you please take a quick look & suggest if i should make any other changes? This is one of the blocker for us currently
Context
The current division of work between
AssetLoader
andResourceLoader
does not fit well with algorithms that require remeshing (e.g. flat shading in #6358).Proposal
AssetLoader
andResourceLoader
for existing clients of the API.The text was updated successfully, but these errors were encountered: