David Williams
9a71004b1e
Added ability to check whether previousVoxel has been set.
2016-05-21 08:34:13 +01:00
David Williams
fe2c29e013
Compile fix.
2016-02-07 10:00:07 +00:00
David Williams
21e6b435a1
Linux compile fix.
2016-01-25 23:54:34 +01:00
David Williams
5644f837ca
Fixed broken include paths causing compile errors on Linux.
2016-01-24 13:15:51 +00:00
David Williams
156bcef9c0
Added files which were accidently removed from repository.
2016-01-19 23:16:02 +00:00
David Williams
0fe41fe28c
Documentation changes.
2016-01-11 22:54:27 +00:00
David Williams
e433a697cb
Removed out-of-date PagedVolume documentation and added a little bit in it's place.
2016-01-09 09:47:20 +00:00
David Williams
3d01a8412e
Documentation.
2016-01-03 23:12:28 +00:00
David Williams
abfe63a525
Moved some files into 'Impl' folder
2016-01-03 22:50:10 +00:00
David Williams
85b1bbb641
Documentation.
2016-01-03 22:45:55 +00:00
David Williams
eef0bebacf
Various documentation enhancements.
2016-01-03 22:31:24 +00:00
David Williams
4d2a27ea8e
Removed old Thermite reference!
2016-01-03 22:21:04 +00:00
David Williams
6a12a3dc7f
Moved some code to .inl
2016-01-03 22:20:14 +00:00
David Williams
f4ebd4c6a9
Removed unnecessary headers.
2016-01-03 22:14:33 +00:00
David Williams
75a2831ae7
Documentation tweaks.
2016-01-03 18:04:07 +00:00
David Williams
c0b72b6a55
Tidying up comments.
2016-01-03 17:49:59 +00:00
David Williams
1444f187a6
More tidying up, moving private code out of main header.
2016-01-03 09:40:52 +00:00
David Williams
8678d741b3
Rearranging cubic extractor code.
2016-01-02 17:38:23 +00:00
David Williams
64c4c8ce86
Moving around some Marching Cubes code so that only the public stuff is in the header.
...
Tidying up some documentation.
2016-01-02 13:06:43 +00:00
David Williams
d544de6dd1
Removed deprecated functions.
2015-12-26 23:41:49 +00:00
David Williams
e89a55d154
Applied default Visual Studio formatting to most files. This is a quick fix for the tabs vs spaces issue that messes up the formatting in any editor (esp. Linux) which handles tabs/spaces differently to Visual Studio. Some parts of the formatting look a bit worse but overall it should be better (or at least more consistent).
...
I didn't apply the changes to a few macro-heavy files as Visual Studio removes all indentation from macros, whereas the indentation can be handy to see nesting.
2015-12-26 23:11:27 +00:00
David Williams
b3ca051878
Changed 'embedded' licenses from zlib to MIT.
2015-12-26 21:45:41 +00:00
David Williams
9a8e816485
Replaced uint32_t with size_t.
2015-12-20 21:59:27 +00:00
David Williams
1e9fdf074a
Removed the old LargeVolume and SimpleVolume classes, which are now replaced by PagedVolume.
2015-12-20 21:22:29 +00:00
David Williams
403189f357
Removed PolyVoxForwardDeclarations.h. It was a source of confusion because the forward declarations often got out of sync with the real definitions, resulting in confusing template error messages. Furthermore, it does not appear to have actually hurt compile times so I guess it wasn't that useful (or wasn't being used to it's fullest potential). Overall I think PolyVox is not large enough to really benefit from this.
2015-12-20 21:19:20 +00:00
David Williams
354b6aa9d0
When PolyVox files include other PolyVox files the 'PolyVox' part of the path is not needed. This is only needed when examples, tests, and external applications include PolyVox.
2015-12-20 20:56:37 +00:00
David Williams
74dfaa293f
Fixed usage of region which was too large for the cubic surface extractor.
2015-12-19 15:26:20 +00:00
David Williams
9e600c0bcb
Refactoring CubicSurfaceExtractor to free functions rather than just wrapping a class.
2015-12-17 22:57:41 +00:00
David Williams
43bb832c46
Refactoring CubicSurfaceExtractor to free functions rather than just wrapping a class.
2015-12-08 23:50:41 +00:00
David Williams
9617197893
Refactoring CubicSurfaceExtractor to free functions rather than just wrapping a class.
2015-12-08 23:29:38 +00:00
David Williams
65a973f94e
Started refactoring CubicSurfaceExtractor to free functions rather than just wrapping a class.
2015-12-07 23:45:24 +00:00
David Williams
28a3d78354
Removed old deprecated code.
2015-11-30 07:50:32 +00:00
David Williams
ed94fc6f25
Removed old/unused code.
2015-11-30 07:47:59 +00:00
David Williams
7fc9990b79
Fixed warning.
2015-11-29 22:50:09 +00:00
Matt Williams
735b0ab6b1
Fix compile on Linux
2015-06-22 12:06:39 +01:00
David Williams
920c78f4d1
Added sobel gradient back in.
2015-06-16 00:00:32 +02:00
David Williams
f8e1bb8452
Fix for broken normals in marching cubes code.
2015-06-14 13:59:51 +02:00
David Williams
14cac713bd
Added comment.
2015-06-01 14:30:38 +02:00
David Williams
ff567aa9f8
Added performance notes.
2015-05-29 23:09:51 +02:00
David Williams
8c35399fc6
Comments and renaming variables.
2015-05-29 20:34:03 +02:00
David Williams
a0c32e22b7
Added comment.
2015-05-29 17:41:40 +02:00
David Williams
96e747d0c3
Revert "Split the code which generates vertices and indices for a single cell into a separate function."
...
This reverts commit 2fa291d16f13adf039dc4fa636bfccde52377989.
2015-05-29 17:28:07 +02:00
David Williams
942bb37981
Revert "Passing sampled voxel."
...
This reverts commit ebab89b9adac576b0d20fd8cbacf0154e7e74fe4.
2015-05-29 17:28:01 +02:00
David Williams
ebab89b9ad
Passing sampled voxel.
2015-05-28 23:42:50 +02:00
David Williams
2fa291d16f
Split the code which generates vertices and indices for a single cell into a separate function.
2015-05-28 23:26:50 +02:00
David Williams
f32bb1d1ed
Reduced array accesses.
2015-05-28 23:02:14 +02:00
David Williams
92db006250
Fixed compile warnings.
2015-05-28 22:40:25 +02:00
David Williams
01963bd462
Added comment about performance.
2015-05-28 22:37:05 +02:00
David Williams
68bdd9ca99
Tidying up.
2015-05-28 21:51:57 +02:00
David Williams
ac7bec0c45
Eliminated unused variables.
2015-05-28 21:46:50 +02:00