Changeset 11031
- Timestamp:
- 01/29/10 18:20:58 (3 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 2 modified
-
include/osgTerrain/GeometryTechnique (modified) (1 diff)
-
src/osgWrappers/introspection/osgTerrain/GeometryTechnique.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgTerrain/GeometryTechnique
r10801 r11031 83 83 84 84 85 pr ivate:85 protected: 86 86 87 87 virtual ~GeometryTechnique(); -
OpenSceneGraph/trunk/src/osgWrappers/introspection/osgTerrain/GeometryTechnique.cpp
r10967 r11031 172 172 "If State is non-zero, this function releases any associated OpenGL objects for the specified graphics context. ", 173 173 "Otherwise, releases OpenGL objects for all graphics contexts. "); 174 I_ProtectedMethod0(void, swapBuffers, 175 Properties::NON_VIRTUAL, 176 Properties::NON_CONST, 177 __void__swapBuffers, 178 "", 179 ""); 180 I_ProtectedMethod0(osg::BufferData &, getReadOnlyBuffer, 181 Properties::NON_VIRTUAL, 182 Properties::NON_CONST, 183 __BufferData_R1__getReadOnlyBuffer, 184 "", 185 ""); 186 I_ProtectedMethod0(osg::BufferData &, getWriteBuffer, 187 Properties::NON_VIRTUAL, 188 Properties::NON_CONST, 189 __BufferData_R1__getWriteBuffer, 190 "", 191 ""); 174 192 I_SimpleProperty(float, FilterBias, 175 193 __float__getFilterBias,
