From 33ec5e1d79e1d5f27e920729dc4955c437d6ae5f Mon Sep 17 00:00:00 2001 From: David Williams Date: Sun, 21 Sep 2014 12:16:54 +0200 Subject: [PATCH] Added a couple of comments. --- library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h b/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h index 7ee41ec4..b7f03aa1 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h +++ b/library/PolyVoxCore/include/PolyVoxCore/PagedVolume.h @@ -155,7 +155,9 @@ namespace PolyVox class PagedVolume : public BaseVolume { public: + /// The PagedVolume stores it data as a set of Chunk instances which can be loaded and unloaded as memory requirements dictate. class Chunk; + /// The Pager class is responsible for the loading and unloading of Chunks, and can be overridden by the user. class Pager; class Chunk