home *** CD-ROM | disk | FTP | other *** search
- #
- # This file contains all of the common objects that every environemtn
- # should have. Items like an input device and cameras.
- #
- #
- # NONE of the .ENV files should attempt to instantiate items of
- # the following types:
- # MainCamera
- # HeadCam
- # Keyboard
- #
- #
- #========================================
- DefineObject type=MainCamera name=mainCam modfile=null
- SetMotionParams pos = 60 170 10 accel=30 speed= 50 azim= 90 elev = -20
-
- SetPlans Camera Sausage minimal
-
- SetCollisionObject type = CameraBubble radius = 1 centroid = 0 0 0 #id_COB_Camera
- EndObjectDefinition
- #========================================
- DefineObject type=HeadCam name=headCam modfile=null
- SetMotionParams accel=30 speed= 100 azim= 90 elev = 45
-
- SetPlans HelmCam minimal
-
- SetCollisionObject type = HeadCamBubble radius = 1 centroid = 0 0 0 #id_COB_Camera
- EndObjectDefinition
- #========================================
- DefineObject type=keyboard name=keyboard modfile=null
-
- SetPlans input
-
- EndObjectDefinition
- #========================================
-
-
- #========================================
- DefineObject type=Explosion name=Particle1 modfile=Partcl1
- SetMotionParams pos = 0 0 0 fric=.1 elas=0.95
- SetPlans Explode
- SetCollisionObject type = ExplosionBubble radius = 1 centroid = 0 2 0
- EndObjectDefinition
- #========================================
- DefineObject type=Explosion name=Particle2 modfile=Partcl2
- SetMotionParams pos = 0 0 0 fric=.1 elas=0.95
- SetPlans Explode
- SetCollisionObject type = ExplosionBubble radius = 1 centroid = 0 2 0
- EndObjectDefinition
- #========================================
- DefineObject type=Explosion name=Particle3 modfile=Partcl3
- SetMotionParams pos = 0 0 0 fric=.1 elas=0.95
- SetPlans Explode
- SetCollisionObject type = ExplosionBubble radius = 1 centroid = 0 2 0
- EndObjectDefinition
- #========================================
- DefineObject type=Explosion name=Particle4 modfile=Partcl4
- SetMotionParams pos = 0 0 0 fric=.1 elas=0.95
- SetPlans Explode
- SetCollisionObject type = ExplosionBubble radius = 1 centroid = 0 2 0
- EndObjectDefinition
-
-
-