Changeset 24
- Timestamp:
- 11/01/06 22:41:12 (2 years ago)
- Files:
-
- trunk/pyosg/osg/ArrayVec4ub.cpp (added)
- trunk/pyosg/osg/Vec4ub.cpp (added)
- trunk/pyosg/osg/osg.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pyosg/osg/osg.cpp
r3 r24 72 72 void init_ArrayVec3(); 73 73 void init_ArrayVec4(); 74 void init_ArrayVec4ub(); 74 75 void init_math(); 75 76 void init_Vec2(); … … 77 78 void init_Vec3d(); 78 79 void init_Vec4(); 80 void init_Vec4ub(); 79 81 void init_Quat(); 80 82 // void init_UByte4(); … … 244 246 init_Vec3d(); 245 247 init_Vec4(); 248 init_Vec4ub(); 246 249 init_Quat(); 247 250 // init_UByte4(); … … 260 263 init_ArrayVec3(); 261 264 init_ArrayVec4(); 265 init_ArrayVec4ub(); 262 266 init_matrix(); 263 267 init_Drawable();
