Skip to content

Commit b952136

Browse files
authored
Merge pull request #65 from Forceflow/dev
Dev
2 parents 0ddec63 + 2c789c3 commit b952136

File tree

7 files changed

+985
-982
lines changed

7 files changed

+985
-982
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![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)
22

3-
# cuda_voxelizer v0.4.11
3+
# cuda_voxelizer v0.4.12
44
A command-line tool to convert polygon meshes to (annotated) voxel grids.
55
* Supported input formats: .ply, .off, .obj, .3DS, .SM and RAY
66
* Supported output formats: .binvox, .obj, morton ordered grid

msvc/vs2019/cuda_voxelizer.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
3333
<ImportGroup Label="ExtensionSettings">
34-
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.3.props" />
34+
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.6.props" />
3535
</ImportGroup>
3636
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
3737
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
@@ -133,6 +133,6 @@ copy /y "$(SolutionDir)$(Platform)\$(Configuration)\$(TargetName).exe" "$(BINARY
133133
</ItemGroup>
134134
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
135135
<ImportGroup Label="ExtensionTargets">
136-
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.3.targets" />
136+
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 11.6.targets" />
137137
</ImportGroup>
138138
</Project>

0 commit comments

Comments
 (0)