Changeset 9616 in orxonox.OLD for branches/proxy
- Timestamp:
- Jul 30, 2006, 12:55:56 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/world_entities/npcs/network_turret.cc
r9615 r9616 117 117 diffVec = ( (*entity)->getAbsCoor() - this->getAbsCoor() ); 118 118 119 if ( diffVec.len() < 100.0 )//&& acos( (this->source->getAbsDirX()).dot(diffVec)/(diffVec.len() * (this->source->getAbsDirX()).len() ) ) < angle)119 if ( diffVec.len() < 400.0 )//&& acos( (this->source->getAbsDirX()).dot(diffVec)/(diffVec.len() * (this->source->getAbsDirX()).len() ) ) < angle) 120 120 { 121 121 //if (this->getParent() != (*entity))
Note: See TracChangeset
for help on using the changeset viewer.