- Timestamp:
- Jul 5, 2006, 11:01:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/creatures/fps_player.cc
r9207 r9209 253 253 if( box != NULL) 254 254 { 255 float f = 0.2f;255 float f = 1.0; 256 256 this->cameraNode.setRelCoor(0, box->halfLength[1] * f, 0); 257 257 this->cameraNode.setRelCoor(10, box->halfLength[1] * f, 0);
Note: See TracChangeset
for help on using the changeset viewer.