Added support for a <hull> tag that can be used within <volume> tag.

This commit is contained in:
Robert Osfield
2014-02-05 11:07:03 +00:00
parent 1909093cac
commit 2b8be97297
3 changed files with 35 additions and 6 deletions

View File

@@ -333,6 +333,7 @@ public:
osg::Vec4 colorModulate;
Technique technique;
std::string hull;
PositionData hullPositionData;
};