From 26aea540f34ef4c68a02f053bacd056bfe525a7f Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 17 Jul 2011 13:37:02 +0200 Subject: [PATCH 1/2] Fix compilation on Linux. --- library/PolyVoxCore/include/PolyVoxCore/VolumeResampler.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/VolumeResampler.inl b/library/PolyVoxCore/include/PolyVoxCore/VolumeResampler.inl index 8969a483..6842c78f 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/VolumeResampler.inl +++ b/library/PolyVoxCore/include/PolyVoxCore/VolumeResampler.inl @@ -84,7 +84,7 @@ namespace PolyVox float fScaleY = srcHeight / dstHeight; float fScaleZ = srcDepth / dstDepth; - SrcVolumeType::Sampler sampler(m_pVolSrc); + typename SrcVolumeType::Sampler sampler(m_pVolSrc); for(int32_t dz = m_regDst.getLowerCorner().getZ(); dz <= m_regDst.getUpperCorner().getZ(); dz++) { From 5a8c287656da52ae5768ebdf2e1f3a1d418a24aa Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Sun, 6 Nov 2011 20:07:45 +0000 Subject: [PATCH 2/2] Set Doxygen colours to be more similar to the current website. --- library/Doxyfile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/Doxyfile.in b/library/Doxyfile.in index aa58a061..d7dae541 100644 --- a/library/Doxyfile.in +++ b/library/Doxyfile.in @@ -846,13 +846,13 @@ HTML_STYLESHEET = # 180 is cyan, 240 is blue, 300 purple, and 360 is red again. # The allowed range is 0 to 359. -HTML_COLORSTYLE_HUE = 0 +HTML_COLORSTYLE_HUE = 240 # The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of # the colors in the HTML output. For a value of 0 the output will use # grayscales only. A value of 255 will produce the most vivid colors. -HTML_COLORSTYLE_SAT = 180 +HTML_COLORSTYLE_SAT = 170 # The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to # the luminance component of the colors in the HTML output. Values below @@ -861,7 +861,7 @@ HTML_COLORSTYLE_SAT = 180 # so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, # and 100 does not change the gamma. -HTML_COLORSTYLE_GAMMA = 100 +HTML_COLORSTYLE_GAMMA = 150 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, # files or namespaces will be aligned in HTML using tables. If set to