ericrosenbaum / BeetleBlocks

visual programming blocks for 3D-printable design
http://beetleblocks.com
GNU Affero General Public License v3.0
85 stars 12 forks source link

Allow exporting to a format that supports lines #88

Closed bromagosa closed 8 years ago

bromagosa commented 9 years ago

The funny part is that vertices are exported, but lines in between these vertices do not show up:

image

gas

bromagosa commented 9 years ago

I'm reformulating this issue, as we've found out OBJ doesn't support things without volume.

bromagosa commented 9 years ago

@gitduks these are the formats we can easily export into:

https://github.com/mrdoob/three.js/tree/master/examples/js/exporters

Could you check whether SceneExporter or TypedGeometryExporter are what we need?

gitduks commented 9 years ago

I don't think these will work. Did someone look into any of these: .dxf, .3ds, .3dm?