home *** CD-ROM | disk | FTP | other *** search
/ Kosovo Orphans' Appeal Charity CD / KosovoOrphansAppeal.iso / archimedesworld_cd2 / companies / aspex / vrmleyes / _vrmleyes / docs / vrml? < prev    next >
Text File  |  1996-09-02  |  3KB  |  77 lines

  1. An Overview of VRML
  2.  
  3. What is VRML?
  4. VRML is an acronym for "Virtual Reality Modeling Language". It is a
  5. file format for describing interactive 3D objects and worlds to be
  6. experienced on the world wide web (similar to how HTML is used to
  7. view text). The first release is called VRML 1.0. 
  8.  
  9. The vast majority of VRML files are VRML 1.0 and comprise mainly
  10. of 3D models converted directly from other file formats, DXF, 3DS
  11. Lightwave and many others. The number of people creating models and
  12. worlds is growing rapidly though, and 'genuine' VRML files are 
  13. starting to appear.
  14.  
  15. The development of the VRML specification has been moving
  16. at a fast pace for more than a year and the format
  17. for version two (VRML2.0) has now been established (4Aug96).
  18. The much quicker Binary version of the fileformat
  19. based on the Apple Metafile is still under development.
  20.  
  21. VRML 2.0 adds significantly more interactive capabilities and 
  22. allows for richer behaviours including animation, motion physics
  23. with Java etc. Most VRML browser developers will be embarking
  24. on the task of adding the VRML 2.0 features to their products.
  25.  
  26. See the San Diego Supercomputer Center's VRML Repository or
  27. Silicon Graphics' VRML site for more information.
  28.  
  29. http://www.sdsc.edu
  30.  
  31. Whether you are an enthusiast, an artist, designer, hobbyist, developer
  32. the VRML Book to have is:
  33.  
  34.    The VRML SourceBook. 
  35.    by Andrea L. Ames. 
  36.    Published by Wiley & Sons inc.
  37.    ISBN 0-471-14159-3
  38.  
  39. This book contains all the info you need to understand VRML and create
  40. VRML files using textfiles.  The example files contained in
  41. the book can be downloaded from Wiley's site:
  42.   
  43.    http://www.wiley.com/compbooks/
  44.  
  45. The VRMLEyes product and the VRML Source Book together with
  46. HTML pages of all the examples and files are available as a 
  47. product from Aspex Software.
  48.  
  49.  
  50. A FREQUENT QUESTION!
  51. Q. My VRML file is broken or looks very dull!
  52. A. There are loads of VRML converters and Viewers out
  53.    there in the PC World, but not many editors.
  54.  
  55.    So there are lots of people out there busily converting 
  56.    from other 3D formats into VRML.
  57.  
  58.    This means that a great many of the VRML files found
  59.    on the internet are simply files containing the
  60.    coordinate information for creating the 3D Mesh for
  61.    the model. The resulting model is more often
  62.    than not a dull monocolour shape.
  63.  
  64.    Another problem is that during the rapid development of VRML
  65.    a number of platforms managed to sneak various little tweaks
  66.    into the format. The result is that some files which can be easily 
  67.    read by Workstations (because these stations created
  68.    the original file), can't be read by anyone else.
  69.  
  70.    These problems are temporary and will lessen greatly as more 3D 
  71.    designers, artists and enthusiasts upload the real thing. 
  72.  
  73.    
  74.  
  75.  
  76.  
  77.