Replies: 1 comment 4 replies
-
You'd have to program up a way to convert OBJ primitives to spheres and rects. If I recall, OBJ also includes tessellated surfaces, so you'd need to implement triangle mesh primitives in addition to writing your own importer. Our upcoming v4.0.0 release (coming out in a few months) will set you up for creating triangle primitives, but you'd still have a lot of work to do to write your own importer. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
how can i import a new object into my project? for example an object in obj format that I downloaded from the internet
Beta Was this translation helpful? Give feedback.
All reactions