Skip to content

Commit ff1a6c6

Browse files
authored
Feature/magick.net (#69)
* Started to implement MagickImage and removed all FileToVoxCommon namespace * Heightmap is now working with 16-bit per channel * Fixed the average which depend on the number of channel per pixel * Create static method Quantize to centralize all vertifications * Removed JsonPresets folder * Removed SimpleSingleton * Removed dependency to the old Quantizer which depends on Bitmap (not compatible on Mac). WIP quantizer, not really best results * Removed folder Quantizer * Fixed parsing pixel color in MultipleImageToSchematic * Clean code * Removed dependency to System.Drawing also in PaletteSchematicConverter
1 parent 25fb211 commit ff1a6c6

File tree

73 files changed

+324
-5861
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+324
-5861
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


FileToVox.sln

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29418.71
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.3.32819.101
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileToVox", "SchematicToVoxCore\FileToVox.csproj", "{F24C61D3-C2D6-4208-BB30-79236DA8019E}"
77
EndProject
8-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FileToVoxCommon", "FileToVoxCommon\FileToVoxCommon.csproj", "{F0315853-7D9C-43CA-90CB-B30F1639F216}"
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{42D54E36-6326-4537-8827-99C339BC16A2}"
9+
ProjectSection(SolutionItems) = preProject
10+
.editorconfig = .editorconfig
11+
EndProjectSection
912
EndProject
1013
Global
1114
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -29,18 +32,6 @@ Global
2932
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x64.Build.0 = Release|Any CPU
3033
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x86.ActiveCfg = Release|Any CPU
3134
{F24C61D3-C2D6-4208-BB30-79236DA8019E}.Release|x86.Build.0 = Release|Any CPU
32-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x64.ActiveCfg = Debug|Any CPU
35-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x64.Build.0 = Debug|Any CPU
36-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x86.ActiveCfg = Debug|Any CPU
37-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Debug|x86.Build.0 = Debug|Any CPU
38-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x64.ActiveCfg = Release|Any CPU
41-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x64.Build.0 = Release|Any CPU
42-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x86.ActiveCfg = Release|Any CPU
43-
{F0315853-7D9C-43CA-90CB-B30F1639F216}.Release|x86.Build.0 = Release|Any CPU
4435
EndGlobalSection
4536
GlobalSection(SolutionProperties) = preSolution
4637
HideSolutionNode = FALSE

FileToVoxCommon/FileToVoxCommon.csproj

Lines changed: 0 additions & 15 deletions
This file was deleted.

FileToVoxCommon/FileToVoxCommon.csproj.user

Lines changed: 0 additions & 6 deletions
This file was deleted.

FileToVoxCommon/Generator/Heightmap/Data/HeightmapData.cs

Lines changed: 0 additions & 123 deletions
This file was deleted.

FileToVoxCommon/Generator/Shaders/Data/ShaderCase.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

FileToVoxCommon/Generator/Shaders/Data/ShaderColorDenoiser.cs

Lines changed: 0 additions & 48 deletions
This file was deleted.

FileToVoxCommon/Generator/Shaders/Data/ShaderData.cs

Lines changed: 0 additions & 57 deletions
This file was deleted.

FileToVoxCommon/Generator/Shaders/Data/ShaderFill.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)