Changeset 514 for trunk/avango-osg/python/avango/osg/_osg.cpp
- Timestamp:
- 08/24/10 14:51:47 (21 months ago)
- File:
-
- 1 edited
-
trunk/avango-osg/python/avango/osg/_osg.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/python/avango/osg/_osg.cpp
r453 r514 113 113 } 114 114 115 namespace 116 { 117 GLint GetMaximumTextureSize() 118 { 119 GLint maxTextureSize; 120 glGetIntegerv( GL_MAX_TEXTURE_SIZE, &maxTextureSize); 121 return maxTextureSize; 122 } 123 } 124 125 115 126 BOOST_PYTHON_MODULE(_osg) 116 127 { … … 132 143 133 144 def("line_intersect", av::osg::lineIntersect); 145 146 def("get_maximum_texture_size",GetMaximumTextureSize); 147 134 148 135 149 register_field<av::osg::SFDrawable>("SFDrawable");
Note: See TracChangeset
for help on using the changeset viewer.
