Games company claims their graphics are 100,000x better
101–110 of 144 posts
Re: Games company claims their graphics are 100,000x better
#102Re: Games company claims their graphics are 100,000x better
#103Re: Games company claims their graphics are 100,000x better
#104Earlier quoted context omitted.
"tl;dr: Dynamic shadows work fine." So... where were they in the video? There's a difference between "some voxel engines can have dynamic lighting" and "dynamic lighting works with this particular engine". It's not like this is some obscure or useless feature that nobody has ever heard of. In fact for all the "detail" one can't help but notice the number of other things missing from the video.
Near the end they claim to have added more detailed shadows to their engine just after making this demo. I'm not sure if they meant 'dynamic shadows' by that.
Re: Games company claims their graphics are 100,000x better
#105Color me skeptical. However, I'd like to pose a question to HN: If the claims from this video are legit, is this level of innovation deserving of a patent? (Yes, a software patent.)
Re: Games company claims their graphics are 100,000x better
#106Earlier quoted context omitted.
And there are no moving objects in this demo. Voxel animations are much harder than poly animations. Then there is memory. The elephant is looking great, no doubt about that. But I think you will need a lot of space for it. On a PC this might work, but I'm not sure it can be used on consoles.
That and I don't know of anyone (outside of using them as particles) that has successfully created collision models with voxels in real time. The collision calculations of just a few of their scanned rocks and a ground plane would be plenty complex - a whole scene perhaps even a little insane given today's specs. They might have to resort to polygonal collision models in the same way that polygonal games end up using…
Re: Games company claims their graphics are 100,000x better
#107Earlier quoted context omitted.
Near the end they claim to have added more detailed shadows to their engine just after making this demo. I'm not sure if they meant 'dynamic shadows' by that.
I think they meant diffused shadows, the small shadow demo they give didn't appear to be dynamic.
Re: Games company claims their graphics are 100,000x better
#108Re: Games company claims their graphics are 100,000x better
#109I think what they're doing is great, but I see two problems with their presentation. First, computer rendering techniques are extremely well understood and well researched. We've picked the low hanging fruit, much of the high hanging fruit, and everything in between. There is no "groundbreaking new technology" to be invented. They're converting polygons into voxels (although each voxel is probably a sphere for cheape…
And there are no moving objects in this demo. Voxel animations are much harder than poly animations. Then there is memory. The elephant is looking great, no doubt about that. But I think you will need a lot of space for it. On a PC this might work, but I'm not sure it can be used on consoles.