Changeset 9600
- Timestamp:
- 01/30/09 12:40:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgVolume/Property.cpp
r9522 r9600 646 646 I_DeclaringFile("osgVolume/Property"); 647 647 I_BaseType(osgVolume::Property); 648 I_Constructor0(____ScalarProperty,649 "",650 "");651 648 I_Constructor2(IN, const std::string &, scaleName, IN, float, value, 652 649 ____ScalarProperty__C5_std_string_R1__float, … … 707 704 "Get the underlying uniform. ", 708 705 ""); 706 I_ProtectedConstructor0(____ScalarProperty, 707 "", 708 ""); 709 709 I_SimpleProperty(osg::Uniform *, Uniform, 710 710 __osg_Uniform_P1__getUniform,
