2156 Commits

Author SHA1 Message Date
David Williams
c986c9f0b1 Added note that development of PolyVox has now stopped. 2016-11-24 22:47:40 +00:00
David Williams
9a71004b1e Added ability to check whether previousVoxel has been set. 2016-05-21 08:34:13 +01:00
David Williams
f4c4bf984c Updated install instructions regarding different Python versions. 2016-02-07 10:29:04 +00:00
David Williams
fe2c29e013 Compile fix. 2016-02-07 10:00:07 +00:00
David Williams
98cce0ea26 Documentation fixes. 2016-02-07 00:19:18 +00:00
David Williams
c57cb96e80 Replaced LargeVolume reference with PagedVolume. 2016-02-07 00:13:05 +00:00
David Williams
817c799fcf Updated tutorial 1 with latest code from BasicExample. 2016-02-07 00:06:29 +00:00
David Williams
09c3c2e12f Minor changes to error handling documentation. 2016-02-06 09:38:46 +00:00
David Williams
dcbc3bd995 Minor changes to threading documentation. 2016-02-06 09:25:52 +00:00
David Williams
92c900b774 Minor updates to level-of-detail documentation. 2016-02-06 09:15:35 +00:00
David Williams
4f8ae5acea Minor tweaks to texture mapping documentation. 2016-01-31 17:36:09 +00:00
David Williams
615c1dc00a Tweaks to lighting documentation. 2016-01-31 10:32:27 +00:00
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