1998Q2/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Nested coorindate space model -->
<!--X-From-R13: Xnfba Ubbqjva <jtbbqjvaNvdhrfg.arg> -->
<!--X-Date: Sat, 6 Jun 1998 12:20:23 &#45;0700 -->
<!--X-Message-Id: E0yiOVq&#45;0006jr&#45;00#mail,kanga.nu -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Nested coorindate space model</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:wgoodwin#iquest,net">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00896.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00898.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00862.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00846.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00897">Author</A>
&nbsp;|&nbsp;<A HREF="#00897">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00897">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Nested coorindate space model</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Nested coorindate space model</LI>
<LI><em>From</em>: Jason Goodwin &lt;<A HREF="mailto:wgoodwin#iquest,net">wgoodwin#iquest,net</A>&gt;</LI>
<LI><em>Date</em>: Sat, 6 Jun 1998 12:20:23 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
At 06:40 PM 6/5/98 -0400, Michael Hohensee wrote:

&gt;I think there's a slight conceptual barrier here.  There are two kinds
&gt;of distances: Absolute distance, and Percieved distance.  The absolute
&gt;distance is what you get if you calculate the distance based on
&gt;coordinates alone.  When we look at the picture above, we are looking at
&gt;it in terms of its absolute coordinates.

But what happens when things get very close to the translation layer?
For instance, let's assume Y is internally 100 by 100 units, and X
considers Y 1 by 1 units (thus a warping factor of 100, nothing like huge
numbers to test a system :)

A person is standing in Y, approximately 1 of Y's units from the border,
directly in the middle.  Now, let's say a stick 1 unit long is resting
directly adjacent to the border of Y in X such that the distance can be
considered 0.  To the observer, the stick is going to be extremely long
considering it stretches from one border to the next.  I can't see any
possible way around this using a scaled approach.  Things would just have
to suddenly shrink and expand upon crossing over as well as having a
distortion field at the border (Hmm, I _think_ it might be similar to
looking through one of those mirrors at a fun house.)

Actually, there is a way to get things to work slightly better if you
instead slowly change the warp factor from one region to the other,
thus the sudden distortion would go away (becoming slight distortion
amortized by distance :)  Only problem I can see is if the difference
in warp factors is great, and the region is small in the outer realm,
then the sudden changes in size are un-avoidable.

An example of this would be the realm of Sung Chiang from AD&amp;D. At its
border, all you can see is a huge courtyard, with a small temple at its
center with brightly colored leaves surrounding it.  As you get closer,
the larger the temple becomes until you realize it's the size of a small
mountain, and the leaves surrounding it is a massive bazaar.  To properly
model it, the warp factor would have to slowly change as you approach its
center.


[JCL]
&gt;&gt; The other approach is to define constant sized translation
&gt;&gt; interfaces, the base concept being that a translation interface must
&gt;&gt; occupy the same dimensional units in both coordinate systems.

This would be the approach I think would work best if it's required that
the domains' scale is fixed across the domain.   Actually, this could
lead into two different types of interior domains.

Type 1, Scaled Spaces.  These would be as above.  The coordinate systems
would be scaled differently, and thus things would appear to shrink or
expand to an observer as it traveled between different spaces.  (whether
the scaling is gradual or sudden wouldn't matter too much.)  Sung Chiang's
realm and the dimension distortion spell from AD&amp;D would best be modeled by
this system.

Type 2, Pocket Dimensions (lack of better term.)  These would use the same
coordinate scale as the outer domain, but would have different measurements.
On the outside, it's a 2.5 x 2.5 x 6 unit box, on the inside, it's a condo.
Access would have to be through portal's that take up the same units on
each side.  The Tardis and those pesky bags of holding would best be modeled
by this system. 

In both system's, it is up to the domain to define where the person is located
in the global units, as well as telling how far away something is percieved
across a boundary.  Of course, the calculations involved are reversed for both
spaces, in a scaled space, the person's absolute units are already known while
you have to calculate the perceived distance.  The inverse would be true of the
pocket dimension.  Personally, I see no conflict in providing both types of
spaces.

&gt;&gt; Except for the case when an object lies just other side of a
&gt;&gt; translation layer.
 
&gt;Not if you've got the right formula! (which I don't, yet.. :)

But ye cannot defy the laws of physics :)



</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00896.html">[MUD-Dev] Re: Administrative Meddling</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00898.html">[MUD-Dev] RE: META: Archives.</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00862.html">[MUD-Dev] Re: Nested coorindate space model</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00846.html">[MUD-Dev] skill system</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00897"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00897"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><strong><A NAME="00858" HREF="msg00858.html">[MUD-Dev] [Mud-Dev] Playerkilling website</A></strong>, 
Koster, Raph <a href="mailto:rkoster#origin,ea.com">rkoster#origin,ea.com</a>, Mon 01 Jun 1998, 22:37 GMT
<UL>
<LI><strong><A NAME="00871" HREF="msg00871.html">[MUD-Dev] Re: [Mud-Dev] Playerkilling website</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 03 Jun 1998, 19:38 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00847" HREF="msg00847.html">[MUD-Dev] Re: Nested coorindate space model</A></strong>, 
Benjamin D. Wiechel <a href="mailto:strycher#toast,net">strycher#toast,net</a>, Thu 28 May 1998, 17:56 GMT
<UL>
<LI><strong><A NAME="00862" HREF="msg00862.html">[MUD-Dev] Re: Nested coorindate space model</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Wed 03 Jun 1998, 02:29 GMT
</LI>
</UL>
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00897" HREF="msg00897.html">[MUD-Dev] Re: Nested coorindate space model</A></strong>, 
Jason Goodwin <a href="mailto:wgoodwin#iquest,net">wgoodwin#iquest,net</a>, Sat 06 Jun 1998, 19:20 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00846" HREF="msg00846.html">[MUD-Dev] skill system</A></strong>, 
Andrew C.M. McClintock <a href="mailto:andrewm#tiger,hsc.edu">andrewm#tiger,hsc.edu</a>, Thu 28 May 1998, 12:15 GMT
<UL>
<LI><strong><A NAME="00849" HREF="msg00849.html">[MUD-Dev] Re: skill system</A></strong>, 
Jo Dillon <a href="mailto:emily#thelonious,new.ox.ac.uk">emily#thelonious,new.ox.ac.uk</a>, Fri 29 May 1998, 09:12 GMT
<UL>
<LI><strong><A NAME="00850" HREF="msg00850.html">[MUD-Dev] Re: skill system</A></strong>, 
Andrew C.M. McClintock <a href="mailto:andrewm#tiger,hsc.edu">andrewm#tiger,hsc.edu</a>, Fri 29 May 1998, 10:05 GMT
</LI>
<LI><strong><A NAME="00851" HREF="msg00851.html">[MUD-Dev] Re: skill system</A></strong>, 
Adam Wiggins <a href="mailto:adam#angel,com">adam#angel,com</a>, Fri 29 May 1998, 19:24 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>