Ignore:
Timestamp:
Dec 10, 2004, 8:13:41 PM (20 years ago)
Author:
darran
Message:
  • terrible destruction of Swollen moving towards changes Robert suggests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/include/swwreader.h

    r36 r44  
    7575    virtual osg::ref_ptr<osg::Vec3Array> getStagePrimitiveNormalArray() {return _stageprimitivenormals;}
    7676    virtual osg::ref_ptr<osg::Vec3Array> getStageCentroidsArray() {return _stagecentroids;}
     77    virtual osg::ref_ptr<osg::Vec4Array> getStageColorArray() {return _stagecolors;}
     78
    7779
    7880    virtual float getTime(unsigned int index) {return *(_ptime+index);}
     
    129131    osg::ref_ptr<osg::Vec3Array> _stagevertexnormals;
    130132    osg::ref_ptr<osg::Vec3Array> _stagecentroids;
     133    osg::ref_ptr<osg::Vec4Array> _stagecolors;
    131134
    132135    // bedslope vertex scale and shift factors (for normalizing to unit cube)
Note: See TracChangeset for help on using the changeset viewer.