Added hull="hul-filename" property support to <volume> tag that can used thus:

<layer>
            <volume renderer="MultiPass" hull="cow.osgt.0,-2,-4.trans.50,50,50.scale">CardiacCT</volume>
        </layer>
This commit is contained in:
Robert Osfield
2014-01-16 17:17:37 +00:00
parent 1264ec736a
commit e8cd06c6e9
3 changed files with 16 additions and 0 deletions

View File

@@ -328,6 +328,7 @@ public:
osg::ColorSpaceOperation colorSpaceOperation;
osg::Vec4 colorModulate;
Technique technique;
std::string hull;
};