Changeset 24

Show
Ignore:
Timestamp:
11/01/06 22:41:12 (2 years ago)
Author:
astraw
Message:

add Vec4ub/Vec4ubArray (patch by Randall Hopper)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pyosg/osg/osg.cpp

    r3 r24  
    7272    void init_ArrayVec3(); 
    7373    void init_ArrayVec4(); 
     74    void init_ArrayVec4ub(); 
    7475    void init_math(); 
    7576    void init_Vec2(); 
     
    7778    void init_Vec3d(); 
    7879    void init_Vec4(); 
     80    void init_Vec4ub(); 
    7981    void init_Quat(); 
    8082//    void init_UByte4(); 
     
    244246    init_Vec3d(); 
    245247    init_Vec4(); 
     248    init_Vec4ub(); 
    246249    init_Quat(); 
    247250//    init_UByte4(); 
     
    260263    init_ArrayVec3(); 
    261264    init_ArrayVec4(); 
     265    init_ArrayVec4ub(); 
    262266    init_matrix(); 
    263267    init_Drawable();