Changeset 44 for Swollen/include/swwreader.h
- Timestamp:
- Dec 10, 2004, 8:13:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Swollen/include/swwreader.h
r36 r44 75 75 virtual osg::ref_ptr<osg::Vec3Array> getStagePrimitiveNormalArray() {return _stageprimitivenormals;} 76 76 virtual osg::ref_ptr<osg::Vec3Array> getStageCentroidsArray() {return _stagecentroids;} 77 virtual osg::ref_ptr<osg::Vec4Array> getStageColorArray() {return _stagecolors;} 78 77 79 78 80 virtual float getTime(unsigned int index) {return *(_ptime+index);} … … 129 131 osg::ref_ptr<osg::Vec3Array> _stagevertexnormals; 130 132 osg::ref_ptr<osg::Vec3Array> _stagecentroids; 133 osg::ref_ptr<osg::Vec4Array> _stagecolors; 131 134 132 135 // bedslope vertex scale and shift factors (for normalizing to unit cube)
Note: See TracChangeset
for help on using the changeset viewer.