Volumes Of Fun
http://www.volumesoffun.com/phpBB3/

Density Question
http://www.volumesoffun.com/phpBB3/viewtopic.php?f=14&t=358
Page 1 of 1

Author:  RevenantBob [ Fri Apr 06, 2012 4:28 pm ]
Post subject:  Density Question

if min < Density < max will the polygon generation still generate polygons for that density and the voxels behind it?

I havn't dug too deeply into polygon generation and I'm thinking I can do transparent (Not alpha blended) voxels with this method.

Author:  David Williams [ Fri Apr 06, 2012 10:08 pm ]
Post subject:  Re: Density Question

RevenantBob wrote:
if min < Density < max will the polygon generation still generate polygons for that density and the voxels behind it?


I'm not sure I undestand your question. The min and max values of a voxel are defined by the data type, e.g. for Density8 they are 0 and 255. The density value of a voxel must always be between these (the relationship you specify is always true). The threshold which is used for marching cubes must also be between these, and by default it is halfway between them.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/