Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wireframe to mesh #2

Open
julapy opened this issue Dec 9, 2013 · 1 comment
Open

wireframe to mesh #2

julapy opened this issue Dec 9, 2013 · 1 comment

Comments

@julapy
Copy link
Contributor

julapy commented Dec 9, 2013

hi @larsberg,
great addon, just started playing around with it.
this is not an issue but a question.

im looking to turn some wireframes into isosurface meshes,
in the same way toxiclibs does it => http://toxiclibs.org/2011/12/metworks-workshop-facade/

can you tell me if marching cubes can achieve this?
i can't seem to figure out how to represent a line with marching cubes...
any pointers would be greatly appreciated!

cheers,
L.

@larsberg
Copy link
Owner

hmm... Have you had any luck with this? does it need to run in real time? I haven't tried this, but it seems to me like you could figure out which voxels each line intersects and where it intersects them and then use that info to add values to those voxels and their neighbors. You'd have to do some 3D antialiasing for it to look smooth though.

sorry I couldn't be more help! If you get it figured out I'd love to hear how.

cheers,
Lars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants