It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
It’s 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: www.youtube.com... 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: www.youtube.com... 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: www.youtube.com... And there’s more: www.youtube.com... www.youtube.com... www.youtube.com... 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. posted 19 hours ago
Originally posted by Nobama
Well I can see why Notch would say it's fake, his game is based on nothing but pixels ..I'm still on the fence with this one, but I really am hoping that this "limitless rendering ability" is true
Animated voxels: * Holy crap, people sent me videos of this actually being done! * I was wrong! * www.youtube.com... * (But please note that just that single animated character runs at 36 fps)
Originally posted by enament
I mean absolutly no disrespect to Saturn FX who I look up to a great deal. I posted this last night in his thread and nobody read it. I'm on a quest for the truth any truth will do as long as it is indeed the truth.
I’m a bit sceptical of this company’s claims, and it seems that I am not alone in thinking that this could be a scam. Minecraft creator, Markus "Notch" Persson, thinks that Euclideon are just looking for investors...
They’re hyping this as something new and revolutionary because they want funding. It’s a scam. Don’t get excited
Originally posted by enament
reply to post by sean_uk
Well Sean uk you beat me to it. You should have authored this thread. I'm not being sarcastic at all you really should of.
* Voxels store only the information about each point, and their positions are implicit in the location of where the voxel is stored. Point cloud data stores both the information about each point and the position of each point. * They mention “64 atoms per cubic millimeter”, which is 4*4*4 points per mm^2. While it’s possible they only refer to the sampling frequency for turning polygonal structures into point data, the numbers are just too round for me to ignore as a programmer. * All repeated structures in the world are all facing the same direction. To me, that means they aren’t able to easily rotate them arbitrarily.
Why it’s a scam: * They pretend like they’re doing something new and unique, but in reality a lot of people are researching this. There are a lot of known draw-backs to doing this. * They refuse to address the known flaws. They don’t show non-repeated architecture, they don’t show animation, they don’t show rotated geometry, and they don’t show dynamic lighting. * They invent new terminology and use superlatives and plenty of unverifiable claims. * They say it’s a “search algorithm”. That’s just semantics to confuse the issue. Sparse voxel octrees is a search algorithm to do very fast ray casting in a voxel space. * They seem to be doing some very impressive voxel rendering stuff, which could absolutely be used to make very interesting games, but it’s not as great as they claim it is. The only reason I can see for them misrepresenting it this bad is that I assume they’re looking for funding and/or to get bought up. If these guys were being honest with the drawbacks and weaknesses of their system, I’d be their biggest fan. As it is now, it’s almost like they’re trying NOT to be trustworthy.