Converting a 3D mesh model to a voxel field

Started by
8 comments, last by Leo Oz 11 years, 7 months ago
Good afternoon!

Please, tell me, how can I convert a 3D mesh model to a voxel field array?

Thanks.
Advertisement
I googled "3d mesh to voxels" and found Voxelizer and binvox.
[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]
http://www.nickdarnell.com/2011/09/robust-inside-and-outside-solid-voxelization/
Guy, thanks, but it's not exactly what I need.

Because I'm programming in Visual Studio, and maximum what I wish get it's a API or some dll.

I need array or grid of voxels as result for further using in my program, not only for rendering and visualization purposes.

Do you know any good AP, included functionality using 3D voxel model fields?

Thanks one more time.

Guy, thanks, but it's not exactly what I need.

Its exactly what you ASKED for.

You never gave us any indication of language, IDE, API or anything. You were given exactly what you asked for
Chill.... true, the OP didn't explain well (and hopefully will do better next time), but his reply was polite and explained his need further.

[quote name='PlatinumOz' timestamp='1347292881' post='4978611']
Guy, thanks, but it's not exactly what I need.

Its exactly what you ASKED for.

You never gave us any indication of language, IDE, API or anything. You were given exactly what you asked for

[/quote] Man, thanks, agree, It's now right of me. But take it easy man.
Man, It will be good if you give any reference or fresh idea. Capish?
The above 3 links all have public source code, is that useful?

The above 3 links all have public source code, is that useful?
Voxelizer is useful, but there is used octrees. I wish realization included arrays.

This topic is closed to new replies.

Advertisement