- Timestamp:
- 04/17/05 21:14:32 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgunittests/osgunittests.cpp
r3995 r4058 90 90 std::cout << "testLookAt"<<std::endl; 91 91 std::cout << " eye "<<eye<< " compute "<<c_eye<<std::endl; 92 std::cout << " eye"<<center<< " compute "<<c_center<<std::endl;93 std::cout << " eye"<<up<< " compute "<<c_up<<std::endl;92 std::cout << " center "<<center<< " compute "<<c_center<<std::endl; 93 std::cout << " up "<<up<< " compute "<<c_up<<std::endl; 94 94 95 95 std::cout << std::endl;
