David Williams
|
ff789d296d
|
Removed remaining traces of assert()
|
2013-01-01 18:08:59 +00:00 |
|
David Williams
|
4ee55bba2e
|
More replacing assert() with POLYVOX_ASSERT
|
2013-01-01 15:34:34 +00:00 |
|
Daviw Williams
|
1f6cbb79a9
|
Merge branch 'develop' into feature/wrap-modes
Conflicts:
library/PolyVoxCore/source/Region.cpp
|
2012-12-14 16:03:36 +01:00 |
|
David Williams
|
a502e84764
|
Updated comment style to match KDE/Kate (for Doxygen syntax highlighting).
|
2012-12-09 15:09:35 +01:00 |
|
David Williams
|
ba827d446b
|
Added 'containsPoint' functions which take separate components instead of vectors.
|
2012-11-30 23:47:03 +01:00 |
|
Daviw Williams
|
153d0afc77
|
Reordered functions for alphabetical order (except getters and setters).
|
2012-11-27 16:51:22 +01:00 |
|
Daviw Williams
|
61cd1d3a29
|
Renamed Region::erode() to Region::shrink() and renamed Region::dilate() to Region::grow.
|
2012-11-27 16:49:19 +01:00 |
|
Matt Williams
|
37fbe16939
|
Assert only takes one argument.
It was causing a compiler error on GCC.
|
2012-11-25 11:22:38 +00:00 |
|
David Williams
|
b2642ec5c6
|
More work on Region documentation.
|
2012-11-25 09:18:29 +01:00 |
|
David Williams
|
8f27c8fa9e
|
Added accumulation functions.
|
2012-11-25 00:17:14 +01:00 |
|
David Williams
|
f5b638957c
|
More Region documentation.
|
2012-11-24 23:36:46 +01:00 |
|
David Williams
|
e32d47ed8d
|
Documentation of Region class.
|
2012-11-24 23:02:26 +01:00 |
|
David Williams
|
1b207325c4
|
Added documentation and new 'shift' functions.
|
2012-11-24 22:38:43 +01:00 |
|
David Williams
|
dec3f67a5a
|
Inlined some functions.
|
2012-11-24 22:07:49 +01:00 |
|
David Williams
|
02b6421ab8
|
Reordered some functions.
|
2012-11-24 22:02:21 +01:00 |
|
David Williams
|
6d7246f907
|
More dilation and erosion functions for region.
|
2012-11-24 21:32:17 +01:00 |
|
David Williams
|
cbddc9cba4
|
Added basic dilation and erosion functions.
|
2012-11-24 12:52:37 +01:00 |
|
David Williams
|
9671f19444
|
Added setters to region.
|
2012-11-24 12:42:45 +01:00 |
|
David Williams
|
beee8850e9
|
Added getters for upper corner (trivial commit - part of git testing).
|
2012-11-24 10:41:07 +01:00 |
|
David Williams
|
cb992b7c34
|
Added getter methods for lower corner. (Trivial commit - part of Git testing)
|
2012-11-24 10:20:20 +01:00 |
|
David Williams
|
e56fd3ce4f
|
Another code dump which was supposed to be a feature branch... having some Git issues at the moment.
|
2012-11-24 00:32:29 +01:00 |
|
unknown
|
af0643ce80
|
Added new functions for findings the dimensions of regions. These replace the deprecated versions.
|
2012-11-09 15:12:02 +01:00 |
|
unknown
|
17054c6747
|
Removed exception specifiers from PolyVox. See http://stackoverflow.com/questions/88573/should-i-use-an-exception-specifier-in-c
They are also deprecated in C++11 anyway.
|
2012-11-09 14:04:01 +01:00 |
|
Matt Williams
|
17c31b2ca1
|
Add some \deprecated Doxygen commands to deprecated functions
|
2012-10-28 20:20:39 +00:00 |
|
David Williams
|
7bbdb1a29d
|
Added equality/inequality tests for vector and region.
|
2011-09-24 11:02:01 +01:00 |
|
David Williams
|
90063354bd
|
Added setVoxel() funtion to volume iterators.
Fixed bugs with RawVolume iterator movement funtions.
Proper implementation of RawVolume peek...() functions.
|
2011-08-15 21:10:09 +01:00 |
|
David Williams
|
d1649c9323
|
More work on base Volume class and sampler.
Added new test case for creating a volume subclass.
|
2011-07-30 10:12:28 +01:00 |
|
David Williams
|
528cb73771
|
Moved headers into subdirectories.
|
2011-05-17 22:27:46 +01:00 |
|
David Williams
|
076ab9865e
|
Merged in RLE branch.
|
2011-04-05 20:55:20 +00:00 |
|
David Williams
|
ef185d79a0
|
Removed getWidth(), getHeight(), getDepth() and width(), height(), depth() remain deprecated. These functions seem ambiguous, so users have to calculate these values themselves when they want them.
|
2011-03-16 23:14:28 +00:00 |
|
David Williams
|
f887565e35
|
Fixed missing includes.
|
2011-03-15 22:22:20 +00:00 |
|
David Williams
|
529ed89bdb
|
More work on handling fixed size volumes.
|
2011-03-12 12:44:58 +00:00 |
|
David Williams
|
596dcf507e
|
Reverted some of ker's changes to bring back the concepts of width, height, and depth.
|
2011-03-11 22:14:51 +00:00 |
|
David Williams
|
4ef0cfb468
|
Applied patch from ker such that int32_t's are now used instead of uint16_t's for addressing voxel positions.
|
2011-03-03 23:00:00 +00:00 |
|
David Williams
|
5c8dd011e7
|
Switched to ZLib license.
|
2009-11-10 18:37:50 +00:00 |
|
David Williams
|
a7a90a03a1
|
Work on LOD system.
|
2009-06-28 10:59:22 +00:00 |
|
David Williams
|
b4d9351f1b
|
Regeneration of regions can now be prioritised, for example by distance to camera.
|
2009-06-10 20:57:47 +00:00 |
|
David Williams
|
53cacc9840
|
Fixing warnings - Changed Region to use int16 instead of int32.
|
2009-06-06 14:43:28 +00:00 |
|
David Williams
|
df1bf690c9
|
Massive changes to the organisation of PolyVoxCore and PolyVoxYtil.
Also added start of logging capability.
|
2009-04-03 21:36:22 +00:00 |
|
David Williams
|
83ac5dc544
|
Moving stuff around - not currently buildable!
|
2008-06-08 19:16:53 +00:00 |
|
David Williams
|
957d8715e7
|
Moving stuff around - not currently buildable!
|
2008-06-08 19:08:35 +00:00 |
|