Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 1:18:40 PM (18 years ago)
Author:
bottac
Message:

Some bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map/src/lib/graphics/importer/vertex_array_model.cc

    r6472 r6529  
    3434{
    3535
    36    this->tex1 = new Texture("pictures/ground.tga");
    37   this->tex1->setName("test1");
    38   this->tex2 = new Texture("pictures/heightmapHelloCM.bmp");
    39   this->tex2->setName("test2");
     36
    4037
    4138 
     
    182179  this->texCoords1.push_back(u);
    183180  this->texCoords1.push_back(v);
    184   this->texCoords2.push_back(w);
    185   this->texCoords2.push_back(x);
     181  //this->texCoords2.push_back(w);
     182  //this->texCoords2.push_back(x);
    186183  this->pModelInfo.numTexCoor++;
    187184}
     
    190187  this->texCoords1.push_back(u);
    191188  this->texCoords1.push_back(v);
    192   this->texCoords2.push_back(0.0);
    193   this->texCoords2.push_back(0.0);
     189 
    194190  this->pModelInfo.numTexCoor++;
    195191}
Note: See TracChangeset for help on using the changeset viewer.