Changeset 107 for Swollen/include


Ignore:
Timestamp:
Jun 14, 2005, 3:00:56 PM (19 years ago)
Author:
darran
Message:
  • jumbled vertex (fairy) bug fixed UShort -> UInt
  • offset bug for y > x aspect ratio geometry fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/include/swwreader.h

    r106 r107  
    6767    virtual osg::ref_ptr<osg::Vec3Array> getBedslopeVertexArray() {return _bedslopevertices;}
    6868    virtual osg::ref_ptr<osg::Vec3Array> getBedslopeNormalArray() {return _bedslopenormals;}
    69     virtual osg::ref_ptr<osg::DrawElementsUShort> getBedslopeIndexArray() {return _bedslopeindices;}
     69    virtual osg::ref_ptr<osg::DrawElementsUInt> getBedslopeIndexArray() {return _bedslopeindices;}
    7070    virtual osg::ref_ptr<osg::Vec3Array> getBedslopeCentroidArray() {return _bedslopecentroids;}
    7171    virtual osg::ref_ptr<osg::Vec2Array> getBedslopeTextureCoords();
     
    136136    osg::ref_ptr<osg::Vec3Array> _bedslopevertices;
    137137    osg::ref_ptr<osg::Vec3Array> _bedslopenormals;
    138     osg::ref_ptr<osg::DrawElementsUShort> _bedslopeindices;
     138    osg::ref_ptr<osg::DrawElementsUInt> _bedslopeindices;
    139139    osg::ref_ptr<osg::Vec3Array> _bedslopecentroids;
    140140    osg::ref_ptr<osg::Vec2Array> _bedslopetexcoords;
Note: See TracChangeset for help on using the changeset viewer.