GoldenEye: Source Forums

Debriefing => Off-Topic Lounge => Topic started by: major on August 02, 2011, 02:24:30 am

Title: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: major on August 02, 2011, 02:24:30 am
What you you all think of this technology? Real/Fake?

http://www.youtube.com/watch?v=00gAbgBu8R4


I can't wait to see if this really turns into a real system. Even if this is Gen.1 software, will be awesome to see large companies build a new engine using this type of technology.
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: Kratos on August 02, 2011, 03:41:51 am
this looks amazing bro. I cant wait when this comes out!
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: Enzo.Matrix on August 02, 2011, 03:51:12 am
We had a debate about the last video.  We decided on BS until we have something real.

<cue horrible voice over> fiction </cue horrible voice over>
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: Ruone Delacroix on August 02, 2011, 05:00:56 am
If this is real (as it seems to be), then we're at the next major turning point in graphical technology. I'm really interested in seeing what kind of movement and collision that this technology can handle. Maybe location specific damage? Wounds that appear in real time. Real world locations can actually become real world locations in wanted now.

The potential here is absolutely mind blowing.
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: markpeterjameslegg on August 02, 2011, 10:21:09 am
This is the company's site:-

http://www.euclideon.com/

Seems real to me, let's hope so.

Their on Wikipedia as well:-

http://en.wikipedia.org/wiki/Euclideon
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: killermonkey on August 02, 2011, 10:31:55 am
They "keep working on it " just like black mesa source...
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: Mangley on August 02, 2011, 12:39:37 pm
If they want to convince me they can explain how their technology works rather than droning on about what's so revolutionary about it. Also by getting a narrator that doesn't sound like a pompous idiot.
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: killermonkey on August 02, 2011, 03:46:44 pm
Yah the lack of any technical information or statistics leads me to believe they're full of shit and are most likely showing you a rendered scene not realtime.

+1 on firing the pompous narrator
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: steven_m64 on August 02, 2011, 04:29:54 pm
Quote from: http://notch.tumblr.com/post/8386977075/its-a-scam
Perhaps you’ve seen the videos about some groundbreaking “unlimited detail” rendering technology? If not, check it out here, then get back to this post: http://www.youtube.com/watch?v=00gAbgBu8R4

Well, it is a scam.

They made a voxel renderer, probably based on sparse voxel octrees. That’s cool and all, but.. To quote the video, the island in the video is one km^2. Let’s assume a modest island height of just eight meters, and we end up with 0.008 km^3. At 64 atoms per cubic millimeter (four per millimeter), that is a total of 512 000 000 000 000 000 atoms. If each voxel is made up of one byte of data, that is a total of 512 petabytes of information, or about 170 000 three-terrabyte harddrives full of information. In reality, you will need way more than just one byte of data per voxel to do colors and lighting, and the island is probably way taller than just eight meters, so that estimate is very optimistic.

So obviously, it’s not made up of that many unique voxels.

In the video, you can make up loads of repeated structured, all roughly the same size. Sparse voxel octrees work great for this, as you don’t need to have unique data in each leaf node, but can reference the same data repeatedly (at fixed intervals) with great speed and memory efficiency. This explains how they can have that much data, but it also shows one of the biggest weaknesses of their engine.

Another weakness is that voxels are horrible for doing animation, because there is no current fast algorithms for deforming a voxel cloud based on a skeletal mesh, and if you do keyframe animation, you end up with a LOT of data. It’s possible to rotate, scale and translate individual chunks of voxel data to do simple animation (imagine one chunk for the upper arm, one for the lower, one for the torso, and so on), but it’s not going to look as nice as polygon based animated characters do.

It’s a very pretty and very impressive piece of technology, but they’re carefully avoiding to mention any of the drawbacks, and they’re pretending like what they’re doing is something new and impressive. In reality, it’s been done several times before.

There’s the very impressive looking Atomontage Engine: http://www.youtube.com/watch?v=Gshc8GMTa1Y

Ken Silverman (the guy who wrote the Build engine, used in Duke Nukem 3D) has been working on a voxel engine called Voxlap, which is the basis for Voxelstein 3d: http://www.youtube.com/watch?v=oB1eMC9Jdsw

And there’s more: http://www.youtube.com/watch?v=xUe4ofdz5oI http://www.youtube.com/watch?v=lEHIUC4LNFE http://www.youtube.com/watch?v=Zl9CiGJiZuc

They’re hyping this as something new and revolutionary because they want funding. It’s a scam. Don’t get excited.

Or, more correctly, get excited about voxels, but not about the snake oil salesmen.

 :P
Title: Re: Euclideon - Unlimited Detail Real-Time Rendering Technology
Post by: Ruone Delacroix on August 02, 2011, 06:51:46 pm
I hate getting my parade pooed on...