Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
So What is "High Dynamic Range"?
High Dynamic Range is just a neat term for "storing color values much greater than the usual 0.0f to 1.0f used in graphics". Unlike conventional colors used in graphics, where color values cannot exceed 1.0f, the color values here can be anything you like, as high as you like. The advantage of HDR is that your scenes will look more realistic.
They are yes. HL2 does have that (also known as parallax or offset mapping)SMT said:Of course it's not HDR. HDR is applied via a special rendering DLL and affects the entire game. It's not like you can just tag an entity or a brush in your level as "Has HDR."
Incidentally, I'm quite sure the rock walls in the VST are using Virtual Displacement Mapping.
The Dark Elf said:They are yes. HL2 does have that (also known as parallax or offset mapping)
probably one of the reasons they delayed one of those times months back when they realised it was a good idea to put in it. It had been in for some time when qckbeam visited them.
azz0r said:So does the Dust use HDR at all?
I did wonder how they made the map generally look ligher, in HL you were pretty limited and light maps came off as extreme yellows (like the old dust).
virtual displacement mapping/offset etc. Is good, looks great and is simple to do.SMT said:If this gets twisted around and turned into a HL2 vs DOOM 3 tirade, I'll be very sad, but anyway: I'll make the observation that this is one powerful next-generation feature that Half-Life 2 has a leg up on over DOOM 3, at least at shipping. I'd be very surprised if iD didn't patch it in at some point in the near future.
Significant visual effects arise from surface mesostructure, such as fine-scale shadowing, occlusion and silhouettes. To efficiently render its detailed appearance, we introduce a technique called view-dependent displacement mapping (VDM) that models surface displacements along the viewing direction. Unlike traditional displacement mapping, VDM allows for efficient rendering of self-shadows, occlusions and silhouettes without increasing the complexity of the underlying surface mesh. VDM is based on per-pixel processing, and with hardware acceleration it can render mesostructure with rich visual appearance in real time
The Dark Elf said:virtual displacement mapping/offset etc. Is good, looks great and is simple to do.
but there is better...
View-dependant displacement mapping looks even better and is basically as close as you can get to high poly models without using them.
Course don't tell Valve or they'll delay another year to add that
Chances are Unreal3 will be using it by the time its finished
And yup, SourceWorld is going to try use it too
Not sure but I've seen examples of it and it does look very nice. Seems it also manages to "almost" solve the problem of low poly edges by somehow giving the impression they are bumped too, even when in reality its perhaps just a single polygon. If Unreal3 was to use it, at the texture resolutions they are using, well.. nuff said really. WOW etc. lolSMT said:Ah, so sort of like what Humus implemented in his displacement mapping and dynamic branching demos?