Added VolumeSettings::Filename property.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14383 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -27,6 +27,7 @@ VolumeSettings::VolumeSettings():
|
||||
|
||||
VolumeSettings::VolumeSettings(const VolumeSettings& vs,const osg::CopyOp& copyop):
|
||||
Property(vs, copyop),
|
||||
_filename(vs._filename),
|
||||
_technique(vs._technique),
|
||||
_shadingModel(vs._shadingModel),
|
||||
_sampleRatioProperty(osg::clone(vs._sampleRatioProperty.get(), copyop)),
|
||||
|
||||
Reference in New Issue
Block a user