Results 13 comments of Qian Chen

I think https://github.com/Bit00009 has built in window successfully as we discussed in https://github.com/topskychen/voxelizer/issues/9

Thanks for posting the error information. Sorry that I don't have a windows system to reproduce the same error. Since the error indicates fcl related, may I know your version...

Hi Ultran, Many thanks to the awesome proposal, especially with the clear demonstration images. I have the interests to make them happen, but may not be very fast since some...

Update 1: The voxelizer gets rid of grid size limit of 1024 in v3. Update 2: Feature 1 is supported in v3. Example usage: - GRID_SIZE_BASED ```./bin/voxelizer --input=../data/sphere.obj --output=../playground/sphere.binvox --verbose=true...

Thanks @Bit00009! I have some questions about the features. Feature 3: How to define the tight mode? e.g., https://en.wikipedia.org/wiki/Klein_bottle Feature 4: This is more about voxels output format (e.g., including...

Thanks Ultran. I would add a meta file to output voxel information (i.e., surface, solid etc). And feature 2 **bound clipping** is supported now. The example commands are as follows....

Thanks for asking. Feature 4 (Voxel Meta Bit Flags) is supported with flag `--with_meta` to enable. The flags are ``` enum VoxelFlagsEnum { FILLED = 0x01

Thanks for trying and great to hear that. In terms of feature 3, I do have some idea described [here](https://github.com/topskychen/voxelizer/projects/2#card-43708133). I will work on it when I have more time....

Agree that we can provide the `force-watertight` flag to the users. Thanks for the recommendation. I will take a look at the ImGui library. I have moved other files to...

Now feature 3 tight mode is supported (with --tight flag). Two screenshots show the tight mode and default mode. We can see some voxels are filtered in the tight mode....