home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / virtual / 2511 < prev    next >
Encoding:
Text File  |  1992-07-22  |  5.8 KB  |  141 lines

  1. Newsgroups: sci.virtual-worlds
  2. Path: sparky!uunet!wupost!gumby!destroyer!ubc-cs!uw-beaver!news.u.washington.edu!milton.u.washington.edu!hlab
  3. From: bobp@hal.com (Bob Pendelton)
  4. Subject: Re: TECH: My standard is better than your standard.
  5. Message-ID: <1992Jul23.024117.11690@u.washington.edu>
  6. Originator: hlab@milton.u.washington.edu
  7. Sender: news@u.washington.edu (USENET News System)
  8. Organization: HaL Computer Systems, Inc.
  9. References: <1992Jul19.055422.12836@u.washington.edu>
  10. Date: Tue, 21 Jul 1992 19:57:13 GMT
  11. Approved: cyberoid@milton.u.washington.edu
  12. Lines: 127
  13.  
  14.  
  15.  
  16. From article <1992Jul19.055422.12836@u.washington.edu>, by
  17. s047@sand.sics.bu.oz.au (Jeremy Lee):
  18.  
  19. > In article <BrHr16.Mvq@watserv1.waterloo.edu> Bernie writes:
  20. >>In article <1992Jul15.233601.6824@u.washington.edu> bobp@hal.com (Bob
  21. >>Pendelton) writes:
  22.  
  23. > No. "worlds" per se don't exist in my model. Only objects do. If a
  24. > group of objects decide to assosciate, then you can call that
  25. > assosciation a "world", but it still doesn't really exists. Message
  26. > routers should be completely transparent, and should have no bearing
  27. > on the objects.
  28.  
  29. This sounds good. But it creates it's own set of problems.
  30.  
  31. > You can't rewind it. It's a non-deterministic system.
  32.  
  33. Some applications can live with non-determinism, some cannot. Define
  34. your application.
  35.  
  36. >>I'm not sure that's practical, but I think further discussion is
  37. >>needed.
  38. > You can't really scale time. It's just not practical. the system will
  39. > run at the speed it wants. You can't make it go faster, although I
  40. > suppose you can make it go slower.
  41.  
  42. There are at least 3 different flavors of time involved. There is real
  43. time, the time that you and I experience. There is process time. The
  44. time that it takes to get next frame up. And there is model time. The
  45. time unit used in the world we are simulating. I very well might want
  46. to require the system to present a new frame 30 times/second and map 1
  47. nanosecond of model time to 1 second or real time.
  48.  
  49. Real time cannot be changed. Process time can be changed by
  50. simplifying the model, reducing detail, or by buying a faster system.
  51. Model time can be set to anything you want.
  52.  
  53. I very well might want to require the system to present a new frame 60
  54. times/second and map 1 nanosecond of model time to 1 second or real
  55. time. It might not be able to put in all the detail of all the objects
  56. at that frame rate. If I don't like it I can lower the rate. That's up
  57. to me as a customer. The model time is picked by the model builder and
  58. my be vital to the proper operation (techinical or aesthetic) of the
  59. model.
  60.  
  61. Again, there are many different applications for VR.
  62.  
  63. > I personally like the idea of 128 bit numbers to describe spatial
  64. > co-ordinates. If you scale 32 bit numbers, then you are going to get
  65. > just as large a speed decreace through calculations, and you have the
  66. > extra hassles of making sure that everyone is using the same scale
  67. > factors. And what if an object just won't fit in the current world
  68. > scale?
  69.  
  70. Allow the object to decide how to scale itself to the world. How else
  71. am I going to put a representation of myself into the insides of a
  72. virtual single celled animal?
  73.  
  74. >>>>  How do we ensure that a given color looks the same to
  75. >>>>  everyone?  Does this even matter?
  76. >>>Yes, it matters very much. Take a look at Xcms in the X11R5 release.
  77. >>
  78. >>I guess what I meant was more like "you see the color blue one way, I
  79. >>see it in another, but we both agree it's blue and that it's darker
  80. >>(or lighter) than another shade of blue; does the actual color really
  81. >>matter?)"
  82. > Irrelevant.
  83.  
  84. To you, perhaps. To most of the television viewing public, perhaps.
  85. But if you are doing virtual art or advertising you might get pretty
  86. picky about the colors.
  87.  
  88. The fact is that there are many people who care very much about the
  89. color looking the same from station to station. They also want to be
  90. alble to print pictures with the same colors and to create physical
  91. models with the same colors.
  92.  
  93. >>>I'd say that solid geometry is the most general.
  94. >>
  95. >>I agree.
  96. > So you are ruling out all special cases?
  97.  
  98. Absolutely not. I'm very well aware of the costs of doing different
  99. kinds of rendering and the performance gains you can get by using the
  100. representation that is correct for your hardware. 
  101.  
  102. I just said that you can (with much effort) generate those different
  103. representations from the solid geometry of the objects.
  104.  
  105. >>>I like the idea of structuring it more like an air traffic control
  106. >>>system. You have a bunch of routing centers (called routers) that
  107. >>>control the propagation of messages. Each world has at least one
  108. >>>router. But, a world can be made up of multiple routers that each
  109. >>>handle specific regions of the world. It only gets messy at the
  110. >>>boundries between regions. The collection of all communicating routers
  111. >>>is called a universe.
  112. >>
  113. >>This sounds very, very good to me.
  114. > Routing and all network stuff should be trasnparent and should have no
  115. > bearing on what constitutes a world. In that sentence, you are basically
  116. > saying that objects are restricted to worlds in close physical
  117. > proximity, and I therefore wouldn't be able to connect to a world that's
  118. > in Tokyo, for example.
  119.  
  120. No, I'm not restricting anything. I'm making it possible.
  121.  
  122. For two objects to communicate there must exist a reliable
  123. communication path between them. A router simply sets up that path.
  124. Depending on the physical network involved the router may be involved
  125. in the actual transmission of the messages.
  126.  
  127. A router also serves as a convenient first contact point for an object
  128. that wants to enter into communications with a group of objects.
  129.  
  130.                                 Bob P.
  131. -- 
  132. Bob Pendleton             | As an engineer I hate to hear:
  133. bobp@hal.com              |   1) You've earned an "I told you so."
  134. Speaking only for myself. |   2) Our customers don't do that.
  135.                    <<< Odin, after the well of Mimir. >>>
  136.