Changeset 289 for trunk/thune/gl

Show
Ignore:
Timestamp:
09/30/06 19:25:08 (2 years ago)
Author:
krobillard
Message:

Thune - ur_tokenize() now handles scientific notation in array!.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/gl/draw_list.c

    r287 r289  
    7373    _state.vertVals  = 0; 
    7474    _state.normVals  = 0; 
     75    _state.uvVals    = 0; 
    7576    _state.colorVals = 0; 
    7677} 
     
    513514                break; 
    514515 
     516            case DOP_UVS: 
     517                ++pc; 
     518                if( ur_is(pc, UT_ARRAY) ) 
     519                    _state.uvVals = ur_bin(pc)->ptr.f; 
     520                break; 
     521 
    515522            case DOP_POINTS: 
    516523            case DOP_LINES: