Earlier quoted context omitted.
It certainly isn't completely raytraced, because current hardware can't support that. If they use the new hardware, they're using it in some kind of mixed mode. Whether that means only for certain materials, or whether they're able to use it to do "fat rays" that approximate only the general direction for indirect light, or whatever else. But direct, hard shadows are quite cheap (comparatively) on today's regular, ra…
It certainly isn't fully path traced, but the result does look to me like they are using ray-traced GI. You can tell by some of the details, like colored bounce lighting which I am not sure can be achieved with this level of detail using other methods. The current standard for getting real-time performance for ray tracing is to limit the number of rays and bounces, and stabilize the results temporally. I.e. to get a…
A first look at Unreal Engine 5
271–280 of 695 posts
Re: A first look at Unreal Engine 5
#272Re: A first look at Unreal Engine 5
#273I've been wondering for a while Unreal doesn't just make the Unreal Browser. You download and install it. Then you give it a URL, and it streams down a map, and downloads DLLs containing behavior custom to that map. While you're in a map, you can walk through a portal to another map. Or you can just keep moving in a direction, which streams more and more map. If you're in a multi-player environment, you connect to a…
They did. It's called Fortnite. It's been fairly distuptive.
Re: A first look at Unreal Engine 5
#274I am always skeptical of tech demos like this, but if Epic has truly created a way to show full quality assets at runtime without manual LOD / optimization, then this is going to be a huge process improvement for game development. Same goes for this lighting. Baking lights is such a burden, if they can simply do all of this at runtime then making beautiful games just became that much easier. They also bought Quixel,…
Don't you still need to do some of that just for file size and data transfer, if nothing else? In the demo they said it had hundreds of billions of triangles. Google tells me you can get down to 18 bytes or so per triangle, but even if we assume a lower bound of just three bytes per triangle (amortized storage of 1 vertex per triangle of an x,y,z point), we're talking about on the order of terabytes to just store tha…
Re: A first look at Unreal Engine 5
#275It's great to see that graphics continue to improve, but I think the pipelining of reproducing physical space characteristics is most interesting to me. One of the things they mention in the video is using tools to measure how real spaces echo and then reproducing those echo characteristics in virtual spaces. Techniques like that have enormous potential for allowing us to use virtual space and actual space collaborat…
As a high-end builder, I would love to integrate a wall like this into a project. The ability (as shown with the Mandelorian video) the screens have to produce light would be incredible in interior living spaces.
Re: A first look at Unreal Engine 5
#276I am always skeptical of tech demos like this, but if Epic has truly created a way to show full quality assets at runtime without manual LOD / optimization, then this is going to be a huge process improvement for game development. Same goes for this lighting. Baking lights is such a burden, if they can simply do all of this at runtime then making beautiful games just became that much easier. They also bought Quixel,…
Don't you still need to do some of that just for file size and data transfer, if nothing else? In the demo they said it had hundreds of billions of triangles. Google tells me you can get down to 18 bytes or so per triangle, but even if we assume a lower bound of just three bytes per triangle (amortized storage of 1 vertex per triangle of an x,y,z point), we're talking about on the order of terabytes to just store tha…
Re: A first look at Unreal Engine 5
#277Looks impressive. Lets see what Unity has upcoming.
Re: A first look at Unreal Engine 5
#278I am always skeptical of tech demos like this, but if Epic has truly created a way to show full quality assets at runtime without manual LOD / optimization, then this is going to be a huge process improvement for game development. Same goes for this lighting. Baking lights is such a burden, if they can simply do all of this at runtime then making beautiful games just became that much easier. They also bought Quixel,…
As far as I know, Quixel still requires a subscription, and the assets can still be used in Unity. But the dynamic LOD optimization is definitely a killer feature.
Re: A first look at Unreal Engine 5
#279This looks nice, but I'm not sure what the practical gameplay consequences for the new tech are. I sure as shit am not going to ship a terabyte of original-quality assets in my game. It would help me produce cinematics more easily though, I suppose. Real-time global illumination looks dope. No more overnight lighting builds :)
Re: A first look at Unreal Engine 5
#280Let me throw in an anecdote that may amuse some: I was working for a now defunct large game company when Epic and Tim Sweeny came in to demo Unreal Engine 3 very early before the PS3 and XBox360 were launched. This was about 2004. Their demo blew away executives in particular. They showed multicolored lights casting multicolored shadows on a single high detail character. One of the lights was behind a stained glass w…
It's say current UE4 games don't match the details of the UE4 demos they showed on release.