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
This is a hard one, but different 3d files should be importable. Given a file object, a file parser should read, parse, and output a scene using that file. This will probably require a Parser trait or the like.
The text was updated successfully, but these errors were encountered:
This is a hard one, but different 3d files should be importable. Given a file object, a file parser should read, parse, and output a
scene
using that file. This will probably require aParser
trait or the like.The text was updated successfully, but these errors were encountered: