Commit Graph

14 Commits

Author SHA1 Message Date
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
89550fcd44 Fixed warnings. 2015-03-05 00:04:22 +01:00
61bffc9783 Removed some not useful functions. 2015-03-04 23:31:24 +01:00
1213a4047a Fully stripped out references to wrap modes. 2015-03-04 23:13:37 +01:00
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
d3618ca688 Removed tracking of whether the PagedVolume::Sampler is currently valid. 2015-03-01 23:32:22 +01:00
396d1cfc59 Ambient occlusion test now uses RawVolume, as it need a fixed size volume to create a temporary array. 2015-03-01 09:51:45 +01:00
e7f41b7e0f More fixing/tidying of test, related to removing volume size limit. 2015-03-01 08:14:30 +01:00
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
1853a0fc4e Revert "More work on removing wrap modes."
This reverts commit 6817899e6a.
2015-02-28 09:58:41 +01:00
6817899e6a More work on removing wrap modes. 2015-02-27 15:12:11 +01:00
3ace735619 Work on removing wrap modes. 2015-02-27 13:48:31 +01:00
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
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