pouët.net

Go to bottom

DOS demo that used "ellipsoid" technology?

category: general [glöplog]
This one is a real stumper, and I'm only bothering you guys because I can't seem to find this demo in my own archives. I'm trying to find the name and group of a particular DOS demo that used "ellipsoids" for building the objects. (By "ellipsoid" technology, I mean that the objects were created with 3d gourad-shaded spheres and ellipsoids, NOT VECTORBALLS.) An example of what objects built with this technique look like can be found in the game Ecstatica (see mobygames for screenshots, like this one.).

The only other thing I can remember about this demo is that one of the objects was a spider, the background was either a very simple texture or a completely flat color at some point, and that the .zip was definitely under 1 meg (in fact I think the .zip was less than 500K). It was a DOS demo that was released after 1994 (I want to say 1996 or 1997 but I'm not sure).

Does anyone remember this thing, and if so, what the name/group was?
added on the 2008-01-14 09:40:43 by trixter trixter
I remember the 4k mercury by digimind that used something similar to the ecstatica method in one part, however I don't remember any other demo using it, so I would also like to find and watch any other demo using the technique.

I am also wonder what exactly does the ecstatica technique. I mean, it's like many solid elipsoid surfaces forming monsters but they aren't rendered in polygons realtime. They are rather rendered as vectorballs, but here the sprites are not spherical to look the same from every angle but the seem to rotate as elipsoid look different from each angle. So are there hundreds of versions of the same elipsoid prerendered on all possible angles in 3D that are just used as vectorballs depending on the position and the orientation? And what happens when the elipsoids are closer to the camera?
added on the 2008-01-14 10:46:53 by Optimus Optimus
i remember ecstatica but i dont remember any demos using that technique :/
added on the 2008-01-14 13:30:35 by psenough psenough
damn, that *is* a stumper.. you sure you didn't dream this, jim? :) there's contrast, but it definitely uses vectorballs.
added on the 2008-01-14 13:38:18 by phoenix phoenix
they're all just stretched vector balls anyways :P
added on the 2008-01-14 13:45:26 by psenough psenough
I pondered about this "back then" and doing it in pure 3d way has problems.. on the other hand, if you just handle 3d as lines and do the ellipsoiding in 2d, it should be relatively simple. =)
added on the 2008-01-14 14:26:22 by sol_hsa sol_hsa
the one 4k by freestyle?
added on the 2008-01-14 14:36:27 by delta delta
ps: Actually, they are stretched vector balls with z-buffering. Big difference, this is called "ELLIPSOID TECHNOLOGY NOT VECTORBALLS(tm)".
added on the 2008-01-14 15:03:02 by kusma kusma
i remember reading about elipsoid technology in the game reviews when ecstatica first came out. "wow, they can draw stretched balls that intersect each other avoiding raytracing, and since its alot less things to draw then rendeing lots of triangles it looks more realistic and fast!" mindblowing technology :D
added on the 2008-01-14 17:40:18 by psenough psenough
its not as if coders flapping their gums about Ultra Technology is new, right?

lovely game, that ecstatica.

added on the 2008-01-14 17:53:53 by superplek superplek
Optimus: No, they were ellipsoids that were gouraud-shaded that were also rendered using z-buffering (special case used because they were all spheres) so that they would intersect properly.

feen: No, I did *NOT* dream it... sheesh :-) I may forget a demo's name, but never its face. I'll keep looking. And contrast used special-case z-buffering with their vectorballs (although it took me my third viewing before I realized that :-)
added on the 2008-01-15 02:51:34 by trixter trixter
Ok, I think I understand. The primary rendering element though is not triangles but elipsoids, taking in account z and shading. The matter is how to render them properly under different angles and distances, at least I can't think of the algorithm right now. For the z-buffered vectorballs in Contrast it's easier to think how to do it though.
added on the 2008-01-15 06:55:47 by Optimus Optimus
Raytrace them and you'll get shadows and intersections for free ;)
added on the 2008-01-15 08:57:16 by dixan dixan
Hmm, isn't it easier to just do standard vectorball that is z-buffered. Otherwise they maybe use some special trick, since they have a bunch of information about the type of primitive - and thereby can save lots of calculations (I don't think the other solution would be feasible back then).
added on the 2008-01-15 09:24:34 by d3pth d3pth
But depth, you don't understand, raytracing is how it's done in the real world! It's correct, see? Vectorballs are like polygons, they're just FAKE!
added on the 2008-01-15 10:16:34 by kusma kusma
raytracing is not how it's done in the real world. in the real world the light sources shoot light at you, but in raytracing you shoot rays at the scene from the eye.
added on the 2008-01-15 11:12:59 by src src
src, depends on which flavor of raytracing you use. whitted-style recursive raytracing is just BS, path tracing is "backwards" but still converges to solutions of the rendering equation, light tracing starts at the light source(s) and is thus "correct" if you will, bidirectional path tracing starts paths both from the eye and light source(s) and tries to join them somewhere, and there are other variants too (including modifications that properly support participating media and diffraction and get very close indeed to physical reality).

but there still remains the fundamental fact of you completely missing that kusma was being sarcastic :)
added on the 2008-01-15 11:28:19 by ryg ryg
Projecting spheres as circles is not perspective-correct anyway, though. So vectorballs should become ellipses too. There, I said it.
added on the 2008-01-15 13:47:22 by doomdoom doomdoom
*bangs head on wall*
someone find the darn demo already!
added on the 2008-01-15 14:34:30 by psenough psenough
Let's hypnotize Trixter and have him search his mind for more clues.
Battle: Sure it is, at 0,0 and homogeneous aspect ratio :)
added on the 2008-01-15 16:12:24 by Hatikvah Hatikvah
I guess I'll have to pour through my 1990s archives and find it... I'll post when I eventually get it.
added on the 2008-01-21 19:28:37 by trixter trixter
nothing yet? O_O
added on the 2008-02-07 07:07:01 by psenough psenough
projecting sphere doesnt give a sphere? !! can someone confirm this?
well i mean give a circle

login

Go to top