Changeset 77 for trunk/VUT/work
- Timestamp:
- 05/03/05 07:48:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/TestCullingTerrain/TerrainContentGenerator.cpp
r76 r77 63 63 sprintf(msg, "pos: %3.3f %3.3f %3.3f\n", position.x, position.y, position.z); 64 64 65 if (mRayQueryExecutor->executeRayQuery(&queryResult, position, Vector3 (0,-1,0)/*::NEGATIVE_UNIT_Y*/))65 if (mRayQueryExecutor->executeRayQuery(&queryResult, position, Vector3::NEGATIVE_UNIT_Y)) 66 66 { 67 67 char name[16];
Note: See TracChangeset
for help on using the changeset viewer.