Skip to content

update #3

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

Merged
merged 13 commits into from
Dec 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ script:
- ../cmake/bin/cmake --build . -j 2
# Force CPU voxelization to test on Travis (we won't have a GPU here)
- ./cuda_voxelizer -f ../test_models/bunny.OBJ -cpu
- ./cuda_voxelizer -f ../test_models/bunny.OBJ -cpu -solid
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/Forceflow/cuda_voxelizer.svg?branch=master)](https://travis-ci.org/Forceflow/cuda_voxelizer) ![](https://img.shields.io/github/license/Forceflow/cuda_voxelizer.svg) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/Forceflow)

# cuda_voxelizer v0.4.9
# cuda_voxelizer v0.4.10
A command-line tool to convert polygon meshes to (annotated) voxel grids.
* Supported input formats: .ply, .off, .obj, .3DS, .SM and RAY
* Supported output formats: .binvox, .obj, morton ordered grid
Expand Down
30 changes: 0 additions & 30 deletions msvc/vs2015_deprecated/cuda_voxelizer.sln

This file was deleted.

204 changes: 0 additions & 204 deletions msvc/vs2015_deprecated/cuda_voxelizer.vcxproj

This file was deleted.

47 changes: 0 additions & 47 deletions msvc/vs2015_deprecated/cuda_voxelizer.vcxproj.filters

This file was deleted.

30 changes: 0 additions & 30 deletions msvc/vs2015_deprecated/custom_includes.props

This file was deleted.

27 changes: 0 additions & 27 deletions msvc/vs2017_deprecated/cuda_voxelizer.sln

This file was deleted.

Loading