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
Currently, yoga is not able to import a glb, as the check for the format wants to make sure that the filename ends with .glb (and it does not because assimp reads memory).
Currently, yoga is not able to import a glb, as the check for the format wants to make sure that the filename ends with
.glb
(and it does not because assimp reads memory).Provide a
pHint
argument toreadFileFromMemory
: http://assimp.sourceforge.net/lib_html/class_assimp_1_1_importer.html#a9b3c5e8b1042702f449e84a95b3324f6Generate it from lowercased the filename's extension (if any).
The text was updated successfully, but these errors were encountered: