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
Even if the format is specified inside his own TMD.js file, the reader it's still inside Scene.js's loadModel.
Scene.js should become agnostic to the type of model we are loading.
It could use a switch statement to now exactly which format specifier and reader to load, starting from file extension.
A file TMDReader.js already exists inside src/formats/
Even if the format is specified inside his own TMD.js file, the reader it's still inside
Scene.js
'sloadModel
.Scene.js should become agnostic to the type of model we are loading.
It could use a switch statement to now exactly which format specifier and reader to load, starting from file extension.
A file
TMDReader.js
already exists insidesrc/formats/
See also #1
The text was updated successfully, but these errors were encountered: