Message 1 of 5
Import 3d path from another program
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to import 3d contours generated from some software I'm writing and generating a 3d model from it. Is there a file format that can be used to import 3d paths?
I've tried importing an .obj file that just contains edges but nothing shows up. I suppose I could make some fake faces along the edge and just delete them, but it doesn't seem very streamlined.
If this is possible with a simple file format, I wonder if there's a way I could write a plugin to import a 3d path. Any guidance would be super helpful!