David Williams
3caa86a462
Minor update to 'Principles of PolyVox'
2016-01-31 10:23:46 +00:00
David Williams
b5e8b63810
Minor documentation tweaks.
2016-01-31 09:18:20 +00:00
David Williams
5103563365
Updating documentation.
2016-01-30 23:23:42 +00:00
David Williams
e0b00fc5ac
Updated prerequisites section of PolyVox docs.
2016-01-28 23:00:16 +00:00
David Williams
92981f3599
Minor doc update.
2016-01-28 22:24:55 +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
8d9fffd4c6
Minimal set of changes to get Python bindings building since the last big refactor made PolyVox header only.
2016-01-21 22:49:20 +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
4fdecf42eb
Removing unused code, tidying up.
2015-12-19 15:29:56 +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
David Williams
20ff44c814
Changed license in readme.
2015-11-29 22:12:01 +00:00
David Williams
280c2fdeaa
Changed license from zlib to MIT.
2015-11-29 22:08:30 +00:00
David Williams
6d2dcc7d02
Fixing case of file extension (step 2 of 2)
2015-11-29 22:06:57 +00:00
David Williams
67a9d90c0b
Fixing case of file extension (step 1 of 2)
2015-11-29 22:06:23 +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
5aa631da8f
Merge branch 'feature/extractor-optimizations' into develop
2015-05-29 22:39:57 +02:00
David Williams
8c35399fc6
Comments and renaming variables.
2015-05-29 20:34:03 +02:00