Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2010, 10:16:08 PM (14 years ago)
Author:
gasserlu
Message:

drone smooth flight mode & minmaxDistance, multiple drones possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/data/levels/templates/pickup_representation_templates.oxt

    r6918 r6991  
    110110
    111111<Template name=droneTemplate>
    112     <Drone name="meineDrohne"  mass= "50" linearDamping = "0.7" angularDamping = "0.9999999" primaryThrust_=250 auxilaryThrust_=250 rotationThrust_=50>
     112    <Drone name="meineDrohne"  mass= "50" linearDamping = "0.7" angularDamping = "0.99999" maxDistanceToOwner_=150 minDistanceToOwner_=50 primaryThrust_=250 auxilaryThrust_=250 rotationThrust_=50>
    113113        <attached>
    114114            <Model scale="1" mesh="drone.mesh"/>
Note: See TracChangeset for help on using the changeset viewer.