home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 19 / CDROM19.iso / DATA / COMMON.CFG < prev    next >
Encoding:
Text File  |  1996-09-21  |  2.1 KB  |  64 lines

  1. #
  2. # This file contains all of the common objects that every environemtn
  3. # should have. Items like an input device and cameras.
  4. #
  5. #
  6. # NONE of the .ENV files should attempt to instantiate items of
  7. # the following types:
  8. #   MainCamera
  9. #   HeadCam
  10. #   Keyboard
  11. #
  12. #
  13. #========================================
  14. DefineObject type=MainCamera  name=mainCam modfile=null
  15. SetMotionParams  pos = 60 170 10 accel=30 speed= 50 azim= 90  elev = -20
  16.  
  17. SetPlans   Camera Sausage minimal
  18.  
  19. SetCollisionObject type = CameraBubble  radius = 1 centroid = 0 0 0  #id_COB_Camera
  20. EndObjectDefinition
  21. #========================================
  22. DefineObject type=HeadCam  name=headCam modfile=null
  23. SetMotionParams  accel=30 speed= 100 azim= 90 elev = 45
  24.  
  25. SetPlans    HelmCam minimal
  26.  
  27. SetCollisionObject type = HeadCamBubble  radius = 1 centroid = 0 0 0  #id_COB_Camera
  28. EndObjectDefinition
  29. #========================================
  30. DefineObject type=keyboard  name=keyboard modfile=null
  31.  
  32. SetPlans    input
  33.  
  34. EndObjectDefinition
  35. #========================================
  36.  
  37.  
  38. #========================================
  39. DefineObject type=Explosion  name=Particle1 modfile=Partcl1
  40. SetMotionParams pos =  0 0 0 fric=.1 elas=0.95
  41. SetPlans    Explode
  42. SetCollisionObject type = ExplosionBubble  radius = 1 centroid = 0 2 0  
  43. EndObjectDefinition
  44. #========================================
  45. DefineObject type=Explosion  name=Particle2 modfile=Partcl2
  46. SetMotionParams pos =  0 0 0 fric=.1 elas=0.95
  47. SetPlans    Explode
  48. SetCollisionObject type = ExplosionBubble  radius = 1 centroid = 0 2 0  
  49. EndObjectDefinition
  50. #========================================
  51. DefineObject type=Explosion  name=Particle3 modfile=Partcl3
  52. SetMotionParams pos =  0 0 0 fric=.1 elas=0.95
  53. SetPlans    Explode
  54. SetCollisionObject type = ExplosionBubble  radius = 1 centroid = 0 2 0  
  55. EndObjectDefinition
  56. #========================================
  57. DefineObject type=Explosion  name=Particle4 modfile=Partcl4
  58. SetMotionParams pos =  0 0 0 fric=.1 elas=0.95
  59. SetPlans    Explode
  60. SetCollisionObject type = ExplosionBubble  radius = 1 centroid = 0 2 0  
  61. EndObjectDefinition
  62.  
  63.  
  64.