home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / vrml2_1.zip / VRML2.doc < prev    next >
Text File  |  1997-08-25  |  5KB  |  119 lines

  1.  
  2.                             VRML/2 v1.0 - Doc
  3.                             -----------------
  4.  
  5. Welcome to VRML/2 v1.0.
  6.  
  7. This file contains information you need to install VRML/2.
  8.  
  9. This README file is divided into the following categories:
  10.    -  Keyboard commands
  11.    -  Navigation
  12.    -  Drag and drop
  13.    -  Netscape (helper app)
  14.    -  Trouble shooting
  15.  
  16. Keyboard commands:
  17. ------------------
  18.    SPACE       activate link (anchor) under mouse pointer
  19.  
  20.    PAGE_UP     look down
  21.    PAGE_DOWN   look up
  22.    +/-         zoom in/out
  23.  
  24.    I           look down
  25.    J,K         turn left/right
  26.    M           look up
  27.  
  28.    A           move forward
  29.    Z           move backward
  30.  
  31.    CNTRL-r     register
  32.  
  33.  
  34. Navigation:
  35. -----------
  36.    To navigate in VRML/2 you use the two mouse buttons along with the current
  37. state of the mouse pointer. When the mouse is positioned over different areas
  38. of the display screen you will find that the pointer will change to indicate
  39. what kind of movement is to be preformed. Once the left mouse button (LMB) is
  40. pressed that movement will continue until the LMB is released or the mouse
  41. pointer is move to a new position. The right mouse button (RMB) can also be 
  42. used in this way but instead of the viewer moving, the scene (or object) will 
  43. rotate about itself (spin). At any time you can press the camera button to
  44. auto focus if you get lost.
  45.  
  46. Step Size - the size of the step or speed that you will travel at is set to a 
  47. best guess by VRML/2. If you which to slow down or speed up your movement just
  48. click on the bottom right spin button and adjust to your desired rate.
  49.  
  50. Turn Rate - the turn rate is also adjustable in the same way. Simply click on
  51. the spin button on the right (second from the bottom) and set the rate as 
  52. desired. NOTE: that the numbers represent 1/10th of a degree so if you have 
  53. a value of 90 would be 9 degrees not 90.
  54.  
  55. Drag and drop:
  56. --------------
  57.  So far VRML/2 does almost all the basic drag and drop functions. The main
  58. function not supported at this time is the ability to drag a URL from the
  59. main viewing screen to your desktop.
  60.  
  61.  VRML/2 comes with a folder called 'WRL' that contains two VRML files. Thease
  62. files can be dropped onto the main viewing screen. 
  63.  
  64.  With VRML/2 you can drag fonts and colors to most anything including your
  65. background color for the scene. All colors will be kept from session to 
  66. seesion with the exception of the scene background.
  67.  
  68.  
  69. Netscape (helper app):
  70. ----------------------
  71.  VRML/2 can take a URL name as a parameter when it starts up. This allows you
  72. to setup VRML/2 as a helper application for you main web browser. Below are
  73. instructions for setting VRML/2 up to be used with Netscape.
  74.  
  75. 1) Start Netscape.
  76. 2) Click on 'Options'.
  77. 3) Click on 'General preferences'
  78. 4) Find the 'Helpers' tab and click on it.
  79. 5) Hit the button 'Create New Type'.
  80. 6) For 'Mime Type'     enter: x-world
  81. 7) For 'Mime Sub Type' enter: x-vrml
  82. 8) Push the button 'Launch the Application'
  83. 9) Push 'Browse' and find VRML2.exe which is installed in the main directory
  84. for VRML2 (default c:\VRML2).
  85.  
  86.  Now when your browser trys to load a VRML file VRML/2 will be started with
  87. the file already loaded.
  88.  
  89. Trouble shooting:
  90. -----------------
  91.  
  92. Error Log - VRML/2 will make a log of all the errors it encounters in 
  93.          the main VRML/2 directory. The file is called 'error.log' and
  94.          the format is simply text with english messages. Note that this
  95.          file is never erased. The error log is also time stamped plus it
  96.          has a divider bar that indicates a different session.
  97.  
  98. General problems- Do you have OpenGL installed? Make sure you have the 
  99.          following files installed in your LIB path.
  100.  
  101.          109354           0  glut.dll
  102.           48256          61  libaux.dll
  103.          147962          61  libtk.dll
  104.          513671          61  opengl.dll
  105.         4133738          61  raster.dll
  106.  
  107.                 - Check the hardware and software requirements found in the
  108.           read.me file.
  109.  
  110. Unreadable file format - the file is not a VRML 1.x file or the file is 
  111.           compressed and VRML/2 is not registered.
  112.  
  113. Invalid header - The file your trying to read is most likely not a VRML 1.x
  114.           file. Load the file ina text editor and check the first line for 
  115.           '#VRML V1.0 ascii' or '#VRML V1.1 ascii'. This must be exact or the 
  116.           file won't load.             
  117.                - The file could be compressed (gzip). Thease files are only 
  118.           readable for registered copies. You know the file is compressed if 
  119.           you get garbage when you try to load it in a text editor.