Added cube and hull rendering support

This commit is contained in:
Robert Osfield
2014-03-27 12:47:44 +00:00
parent 2f8b0f7a70
commit 27b71e3927
18 changed files with 650 additions and 135 deletions

View File

@@ -370,10 +370,11 @@ PropertyAdjustmentCallback::PropertyAdjustmentCallback():
_cyleForwardKey('v'),
_cyleBackwardKey('V'),
_transparencyKey('t'),
_exteriorTransparencyFactorKey('T'),
_exteriorTransparencyFactorKey('y'),
_alphaFuncKey('a'),
_sampleDensityKey('d'),
_updateTransparency(false),
_updateExteriorTransparencyFactor(false),
_updateAlphaCutOff(false),
_updateSampleDensity(false)
{
@@ -387,6 +388,7 @@ PropertyAdjustmentCallback::PropertyAdjustmentCallback(const PropertyAdjustmentC
_alphaFuncKey(pac._alphaFuncKey),
_sampleDensityKey(pac._sampleDensityKey),
_updateTransparency(false),
_updateExteriorTransparencyFactor(false),
_updateAlphaCutOff(false),
_updateSampleDensity(false)
{