Ignore:
Timestamp:
01/12/09 19:03:24 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SceneEntityConverter.cpp

    r3270 r3271  
    9393 
    9494        tex[0].first = 0; tex[0].second = 0; 
    95         tex[1].first = 1; tex[1].second = 0; 
    96         tex[2].first = 1; tex[2].second = 1; 
     95        tex[1].first = 50; tex[1].second = 0; 
     96        tex[2].first = 50; tex[2].second = 50; 
    9797 
    9898        tex[3].first = 0; tex[3].second = 0; 
    99         tex[4].first = 1; tex[4].second = 1; 
    100         tex[5].first = 0; tex[5].second = 1; 
     99        tex[4].first = 50; tex[4].second = 50; 
     100        tex[5].first = 0; tex[5].second = 50; 
    101101 
    102102        for (size_t i = 0; i < triangles.size(); ++ i) 
Note: See TracChangeset for help on using the changeset viewer.