David Williams
|
99d0a226c8
|
Tidying up.
|
2015-03-08 23:48:55 +01:00 |
|
David Williams
|
72abcd8e9c
|
Chunks are now stored with unique_ptr rather than shared_ptr.
|
2015-03-08 23:30:12 +01:00 |
|
David Williams
|
aaa6b1dc15
|
A PagedVolume must now always be provided with a Pager when it is constructed.
|
2015-03-07 17:01:07 +01:00 |
|
David Williams
|
5a5b2b3875
|
Spotted an optimization for computing the voxel position.
|
2015-03-06 23:03:38 +01:00 |
|
David Williams
|
2c0d9cb9e7
|
Moved contents of initialize() into constructor.
|
2015-03-05 23:51:16 +01:00 |
|
David Williams
|
c804190d84
|
Removed the ability to set the target memory usage after construction, and this is now just done through the constructor. I don't think the functionality was useful, and this simplifies more logic.
|
2015-03-05 23:42:50 +01:00 |
|
David Williams
|
89550fcd44
|
Fixed warnings.
|
2015-03-05 00:04:22 +01:00 |
|
David Williams
|
61bffc9783
|
Removed some not useful functions.
|
2015-03-04 23:31:24 +01:00 |
|
David Williams
|
1213a4047a
|
Fully stripped out references to wrap modes.
|
2015-03-04 23:13:37 +01:00 |
|
David Williams
|
bd6efe8c3c
|
Stuff related to valid regions is being moved from BaseVolum to RawVolume, as PagedVolume is now infinite.
|
2015-03-04 22:42:14 +01:00 |
|
David Williams
|
d3618ca688
|
Removed tracking of whether the PagedVolume::Sampler is currently valid.
|
2015-03-01 23:32:22 +01:00 |
|
David Williams
|
bfc7dfdc1b
|
Removed the ability to specify a region in the PagedVolume's constructor, and updated the tests and examples where required.
|
2015-02-28 23:31:23 +01:00 |
|
David Williams
|
3ace735619
|
Work on removing wrap modes.
|
2015-02-27 13:48:31 +01:00 |
|
David Williams
|
64d010527b
|
Removed old getVoxelAt()/setVoxelAt() functions. they've been flagged as deprecated for a while now, and are replaced by just getVoxel()/setVoxel().
|
2015-02-27 11:07:15 +01:00 |
|
David Williams
|
049a77cd0c
|
Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction.
|
2015-02-07 17:26:36 +01:00 |
|