1998Q1/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: Re: [MUD&#45;Dev] 3D engines for MUDs (was: The MLI Project) -->
<!--X-From-R13: [vebfyni Evybivp <fvybivpNmrfbv.sre.ue> -->
<!--X-Date: Fri, 20 Mar 1998 09:01:19 +0000 -->
<!--X-Message-Id: 7eafal3euq.fsf#zesoi,fer.hr -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199803192304.PAA35086#under,engr.sgi.com -->
<!--X-Reference: 351167CD.15020695#sparta,mainstream.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:silovic#zesoi,fer.hr">
</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="msg00780.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00782.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00773.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00786.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00781">Author</A>
&nbsp;|&nbsp;<A HREF="#00781">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00781">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#null,net">mud-dev#null,net</A></LI>
<LI><em>Subject</em>: Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</LI>
<LI><em>From</em>: Miroslav Silovic &lt;<A HREF="mailto:silovic#zesoi,fer.hr">silovic#zesoi,fer.hr</A>&gt;</LI>
<LI><em>Date</em>: 20 Mar 1998 10:12:44 +0100</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:silovic#srce,hr">silovic#srce,hr</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Michael Hohensee &lt;michael#sparta,mainstream.net&gt; writes:

&gt; Of course, the POVRAY renderer does take time to work, and wouldn't be
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is gross understatement. :) While 2-3 seconds are quite
acceptable for a game, 1-60 minutes are not.

&gt; suitable for real-time graphics unless there is a way to have it
&gt; lower the quality of the rendering to a point where it took a
&gt; fraction of a second to finish.  If we're not desperate for
&gt; real-time images, however, this seems to be the logical solution.

POVray is slow for the following reasons:

	1) bad acceleration algorithm. They can only use bounding boxes
	   but not octree or bsp tree. Unfortuantely this is also hard
	   to fix because POV uses unbounded primitives, and you can't
	   take those away because POV's CSGs won't work with patches
	   (not to mention backward compatibility)

	2) POV is a raytracer. It's very hard to speed up raytracing
	   past certain point - that's why games use zbuffering instead.
	   Note that the only places where you /need/ raytracing are
	   reflective/refractive surfaces (and even there, you could
	   cheat by using environment maps).

&lt;ShamelessPlug&gt;
Feel free to take the code from my renderer for both zbuffering and
/really/ accelerated raytracing. Gah, now I need to speed up the
bloody thing for scenes with fewer than 1,000 polygons (as raytracing
becomes the low overhead operation in the low-complexity case, when
procedural textures and image pre/postprocessing take over... 320x240
low-quality previews take 2-3 seconds with 10 objects, 10-20 with
1000, using raytracing, and with zbuffering everything gets faster. I
solved problems with quality loss with zbuffering and as a result, you
get exactly the same image).

(renderer: <A  HREF="http://petra.zesoi.fer.hr/~silovic/sart">http://petra.zesoi.fer.hr/~silovic/sart</A>, and I announced it
recently on Freshmeet site)
&lt;/ShamelessPlug&gt;

	Miro

-- 
I refuse to use .sig

</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00798" HREF="msg00798.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>
<ul compact><li><em>From:</em> Michael Hohensee &lt;michael#sparta,mainstream.net&gt;</li></ul>
<li><strong><A NAME="00796" HREF="msg00796.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>
<ul compact><li><em>From:</em> Michael Hohensee &lt;michael#mainstream,net&gt;</li></ul>
<li><strong><A NAME="00788" HREF="msg00788.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>
<ul compact><li><em>From:</em> Michael Hohensee &lt;michael#mainstream,net&gt;</li></ul>
<li><strong><A NAME="00786" HREF="msg00786.html">3D engines for MUDs</A></strong>
<ul compact><li><em>From:</em> Niklas Elmqvist &lt;d97elm#dtek,chalmers.se&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00771" HREF="msg00771.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></STRONG>
<UL><LI><EM>From:</EM> J C Lawrence &lt;claw#under,engr.sgi.com&gt;</LI></UL></LI>
<LI><STRONG><A NAME="00773" HREF="msg00773.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></STRONG>
<UL><LI><EM>From:</EM> Michael Hohensee &lt;michael#sparta,mainstream.net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00780.html">Re: [MUD-Dev]  (fwd) Functional Security</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00782.html">Character development [was Re: ]</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00773.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00786.html">3D engines for MUDs</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00781"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00781"><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>3D engines for MUDs (was: The MLI Project)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00605" HREF="msg00605.html">3D engines for MUDs (was: The MLI Project)</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Thu 26 Feb 1998, 11:43 GMT
<UL>
<LI><strong><A NAME="00771" HREF="msg00771.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
J C Lawrence <a href="mailto:claw#under,engr.sgi.com">claw#under,engr.sgi.com</a>, Thu 19 Mar 1998, 23:04 GMT
<UL>
<LI><strong><A NAME="00772" HREF="msg00772.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Michael Hohensee <a href="mailto:michael#mainstream,net">michael#mainstream,net</a>, Thu 19 Mar 1998, 23:30 GMT
</LI>
<LI><strong><A NAME="00773" HREF="msg00773.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Michael Hohensee <a href="mailto:michael#sparta,mainstream.net">michael#sparta,mainstream.net</a>, Thu 19 Mar 1998, 23:42 GMT
<UL>
<LI><strong><A NAME="00781" HREF="msg00781.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Miroslav Silovic <a href="mailto:silovic#zesoi,fer.hr">silovic#zesoi,fer.hr</a>, Fri 20 Mar 1998, 09:01 GMT
<UL>
<LI><strong><A NAME="00786" HREF="msg00786.html">3D engines for MUDs</A></strong>, 
Niklas Elmqvist <a href="mailto:d97elm#dtek,chalmers.se">d97elm#dtek,chalmers.se</a>, Fri 20 Mar 1998, 11:30 GMT
</LI>
<LI><strong><A NAME="00788" HREF="msg00788.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Michael Hohensee <a href="mailto:michael#mainstream,net">michael#mainstream,net</a>, Fri 20 Mar 1998, 13:26 GMT
</LI>
<LI><strong><A NAME="00796" HREF="msg00796.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Michael Hohensee <a href="mailto:michael#mainstream,net">michael#mainstream,net</a>, Fri 20 Mar 1998, 21:15 GMT
</LI>
<LI><strong><A NAME="00798" HREF="msg00798.html">Re: [MUD-Dev] 3D engines for MUDs (was: The MLI Project)</A></strong>, 
Michael Hohensee <a href="mailto:michael#sparta,mainstream.net">michael#sparta,mainstream.net</a>, Fri 20 Mar 1998, 21:47 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</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>