Changeset 77 for trunk


Ignore:
Timestamp:
05/03/05 07:48:37 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/TestCullingTerrain/TerrainContentGenerator.cpp

    r76 r77  
    6363        sprintf(msg, "pos: %3.3f %3.3f %3.3f\n", position.x, position.y, position.z); 
    6464 
    65         if (mRayQueryExecutor->executeRayQuery(&queryResult, position, Vector3(0,-1,0)/*::NEGATIVE_UNIT_Y*/)) 
     65        if (mRayQueryExecutor->executeRayQuery(&queryResult, position, Vector3::NEGATIVE_UNIT_Y)) 
    6666        { 
    6767                char name[16]; 
Note: See TracChangeset for help on using the changeset viewer.