home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Zone / VRZONE.ISO / mac / PC / 3DWORLDS / 2mrobo / read.me < prev    next >
Text File  |  1995-04-04  |  3KB  |  75 lines

  1.                 2Morrow Robot
  2.  
  3.  
  4.  
  5. The 2Morrow Robot is a robot simulation.  You will be controlling an
  6. industrial type robot.  This simiulator could easily be turned into a
  7. training simulator to train new employees on using a robot.  For
  8. true training you would need to use a mock controller that had the
  9. "look and feel" of the real one.  One could easily be ported into the
  10. parrallel or serial port.
  11.  
  12. The controls take a while to adjust to but once you get used to them the
  13. robot is very easy to control.  Give them a chance and you'll see!!  There
  14. are several objects on the floor for you to grab.  You can add objects to
  15. the robot.wld file if you have some you want to put in.
  16.  
  17. *** Hit 'F10' while running the program for a listing of robot keys ***
  18.  
  19.  
  20. Recording and Playing Demos:
  21.  
  22. There is a demo recording feature in the program and one prerecorded demo
  23. to view.  To view a recorded demo type 'robot /!' and hit 'enter' this will
  24. run the animation that is recorded in the data.dat file.  Once the demo has
  25. completed it will end the animation and controls turn back over to the user.
  26.  
  27. To record your own demo just type 'robot /#' and hit 'enter' this will
  28. run the program in record mode which records all your keystrokes.  When your
  29. are finished recording hit 'ESC' to end the recording.
  30.  
  31. There are 2 batch files set up for you so you just type 'record' or 'demo'
  32. and it will run the program in the proper mode.
  33.  
  34.  
  35. NEW .WLD FILE KEYWORDS:
  36.  
  37. I have added a couple of keywords to the .wld file language:
  38.  
  39. drop_time:   This determines how fast the object will drop when you
  40.          let it go.  Increase for slower machines. default is 150
  41.  
  42. robot_step:  How fast the robot will move. default is 10
  43.          This can also be changed while running by hitting 1 - 9.
  44.  
  45. The object keyword has been changed some to keep up with object collision
  46. and the name of the object.  The new format is:
  47.  
  48. object filename[8] sx,sy,sz rx,ry,rz tx,ty,tz dt . . collide name[15]
  49.  
  50. For example - A plg with the filename of box.plg at a scale of 1,1,1 with
  51. no rotation at position 100,0,100 depth sorting of 256 no map, no parent,
  52. will be able to be collided with and a world name of MyBox will be written
  53. as:
  54.  
  55. object box  1,1,1  0,0,0  100,0,100 256 . . 1 MyBox
  56.  
  57. For a complete description of .plg, .wld, and .fig file formats see the
  58. rend386 documentation available in the CYBERFORM on Compuserve.  Look for
  59. the file REND386.ZIP.  For the rend386 C rendering libs, which where used
  60. to create this program, look for the file DEVEL5.ZIP.  These files can also
  61. be found on the Internet site: sunee.uwaterloo.ca
  62.  
  63. Hope everyone likes it!  If you would like to get in touch with
  64. me (Todd Porter) or 2Morrow, Inc. feel free to contact either:
  65.  
  66. Todd Porter
  67. Cserve:   76505,1574
  68. Internet: 76505.1574@compuserve.com
  69.  
  70.     or
  71.  
  72. Joe Chicago
  73. Cserve:   72207,247
  74. Internet: 72207.247@compuserve.com
  75.