Jump to content
The Dark Mod Forums

Recommended Posts

Posted

One thing I wanted to test was .md5 meshes. Parallax mapping doesn't mesh very well with them, but if you crank it up to 11 you get something that looks like polished metal. Of course you can forget about proper texturing, but it reacts to light believably.

 

  • Like 2

It's only a model...

Posted

UV seams are very visible. Other than that I think it's usable.

Here's the material:

textures/test/parallax_gold
{
	diffusemap	textures/test_parallax/parallax_gold	
	{
	blend specularmap
	map _white
	rgb 1
	}
	{
		blend parallaxmap
		map textures/test_parallax/parallax_gold_height
		min -1
		max 1
		//refineSteps 5
		//linearSteps 20
		//grazingAngle 0.3
		offsetExternalShadows 0
	}
}

I used two noise textures made in GIMP: https://drive.google.com/file/d/1O77ZcNIkYetGk_w_53JXgwpntwOyEkKJ/view?usp=sharing

Generally .md5 mesh will look like any other geometry as long as it's not deformed by animation:

md5_parallax.jpg.5167713f17cd8a8231131ae7ad9994a6.jpg

  • Like 1

It's only a model...

Posted
On 10/28/2024 at 4:06 PM, Arcturus said:

Generally .md5 mesh will look like any other geometry as long as it's not deformed by animation

I lied. Actually parallax mapping works fine with animated .md5 models.

There must be something else going on with the builder model, and now I wonder if it has something to do with this situation:

cronnenbergs_builder_mesh.thumb.jpg.257bf793538ed42e9909e10179b7cc5e.jpg

With lower specularmap values looks like it's a bit rougher.

Continued in this thread.

  • Like 1

It's only a model...

  • 2 weeks later...
Posted
On 10/28/2024 at 1:44 AM, Arcturus said:

One thing I wanted to test was .md5 meshes. Parallax mapping doesn't mesh very well with them, but if you crank it up to 11 you get something that looks like polished metal. Of course you can forget about proper texturing, but it reacts to light believably.

Could you please explain where is heightmap used on the builder model?
How does it look without heightmap/parallax?

Posted

@stgatilov Builder guard has a uv seam in the middle of the chest and the texture is mirrored, so that thew me off. I don't think it works well in cases like this, but as my later video shows parallax mapping generally works with animated md5 meshes. And just to be clear, I'm not saying we should put it on our characters, I was just experimenting. That video of the builder shows parallax mapping with extreme values, because I found it interesting.

It's only a model...

  • 5 weeks later...
Posted (edited)
3 hours ago, datiswous said:

How would you make the edges look good? Currently it looks weird where it stops on the edge.

I mean with the cobblestones.

This is not real geometry tessellation this is cool but is a fake trick, a optical illusion, the surface is still flat, so it cannot do anything about the edges.

Parallax Occlusion Mapping (POM) is just a improved (and way more heavy) parallax mapping affect. 

Spoiler

Bellow another perhaps better video explanation for this stuff.

https://www.youtube.com/watch?v=cM7RjEtZGHw

 

Edited by HMart
  • Like 1
Posted

Just realized something: The new parallax effect would be a great way to get model-less building modules, for creators who'd rather try those over the model panels! They provide enough depth to realistically simulate bricks and beams and even windows, enough to look as good as sets like "models/darkmod/architecture/modules/exteriors/ext_timber01" and the others: You'd only need to create some extra geometry for corner pillars to hide the geometry edge effect in parallax, otherwise it should offer the needed depth to have detailed 3D building walls directly on brushes :)

Posted (edited)
34 minutes ago, HMart said:

This is not real geometry tessellation this is cool but is a fake trick, a optical illusion, the surface is still flat, so it cannot do anything about the edges.

Yeah ok, but it still needs a solution, no? Otherwise it cannot be used.

I was thinking maybe you have to add a border to the texture.

Edited by datiswous
Posted
3 hours ago, datiswous said:

How would you make the edges look good? Currently it looks weird where it stops on the edge.

I mean with the cobblestones.

There are a number of ways a the parallax effect might look "weird" on edges as it is just an illusion. There is the perspective distortion on edges, the fact the effect just doesn't work at glancing angles, the displacement not tiling perfectly across edges, being able to see "past" the edge into the parallax itself, etc.

This is why in the brief window this was a popular technique in games, you would often see it on something like a portion of brick wall that was surrounded in beams. Or in more modern example in Deus Ex: MD it used on cobblestones where you always have curbs to flank it.

Just like any "trick" you need to use it in a way that plays to it's strengths and hides it weaknesses.

1 minute ago, datiswous said:

Yeah ok, but it still needs a solution, no? Otherwise it cannot be used.

I was thinking maybe you have to add a border to the texture.

Did you consider adding a border with geometry, such as a curb?

  • Like 2

-=  IRIS  =-    ♦    = SLL =

Posted
1 hour ago, datiswous said:

Yeah ok, but it still needs a solution, no? Otherwise it cannot be used.

I was thinking maybe you have to add a border to the texture.

It has solutions, the easy ones are those the others talked about.

  • Like 1
Posted

Yes: A round patch should mitigate the effect of parallax being constrained to real geometry. Just make sure the material coordinates are perfectly aligned. For buildings my advice would be to have a pillar brush jutting out in corners.

Which reminds me of my question earlier, still curious to hear answers: Can we have material based building modules with parallax, as an alternative to the building module meshes? The new building modules are great but I'm definitely running into my fair share of issues with them: Having depth-based beams and panels for both building exteriors and interiors could look really amazing!

Posted

Probably not.

In case you didn't notice, game industry played with POM for a short while, and then mostly ditched it, because it's too performance-heavy. POM uses either path or raytracing, and it needs quite a few steps to make the shapes look good and not like a jelly or something. It requires quite a bit of optimisation to reduce tracing steps to be mostly nearby the player and nowhere else.

Besides, as GPUs went more and more powerful, and hi-poly to low-poly model workflows were already in use, it was much much cheaper to just add more geo to existing models and use LOD.

  • Like 1
Posted
On 12/13/2024 at 9:54 AM, peter_spy said:

Besides, as GPUs went more and more powerful, and hi-poly to low-poly model workflows were already in use, it was much much cheaper to just add more geo to existing models and use LOD.

I'm not sure this is true.
Even with per-pixel raytracing, POM seems to be faster than throwing more polygons.

Perhaps you want to test it yourself? 😉
It would really interesting to see competition between parallax maps and high-poly + normals maps (perhaps tessellation shaders also?)

But it is indeed easier to just throw more polygons at the problem, no need to dance around the quality issues.
Today's "cutting edge" approach is to use shitload of polygons with auto-generated LODs and hope that GPU does not die rendering it (UE5 Nanite).

  • Like 2
Posted
4 hours ago, stgatilov said:

I'm not sure this is true.
Even with per-pixel raytracing, POM seems to be faster than throwing more polygons.

Perhaps you want to test it yourself? 😉

Is it with modern RTX cards or with older hardware? I have no idea whether my RTX 3060 is a good candidate, but I assume these RT cores don't work automatically with POM. But yeah, I have a game-ready example with these cobblestones:

Normalmaps only:

image.png

Full geometry:

image.png

I also have more optimised variants of these.

Is parallax shader in the latest dev version, or can I download it separately?

  • Like 2
Posted
2 hours ago, peter_spy said:

Is it with modern RTX cards or with older hardware? I have no idea whether my RTX 3060 is a good candidate, but I assume these RT cores don't work automatically with POM.

Raytracing is special API, it has to be used explicitly. And it does not even exist in OpenGL.

Quote

Is parallax shader in the latest dev version, or can I download it separately?

It is in the latest dev version, but it is not something that magically works for all existing shaders.
You need to find a material with parallax stage, or create a custom one.
The latest dev build contains many parallax materials made by @Wellingtoncrab.

  • Like 3
Posted
6 hours ago, stgatilov said:

But it is indeed easier to just throw more polygons at the problem, no need to dance around the quality issues.

More polys/geometry usually isn’t easier in the context of this game, where making content which runs at all is about producing clean sealing geometry and portalization.

For all its faults an illusion like POM, which derives detail while retaining minimally complex sealing geometry seems well suited to that and the workflow of most mappers.

Maybe hardware tessellation could achieve something similar with less of the drawbacks, but I am pretty happy with this so far.

  • Like 2

-=  IRIS  =-    ♦    = SLL =

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • JackFarmer

      "The Year of the Rat." 
      😄

      Al Stewart must be proud of you!
      Happy testing!
      @MirceaKitsune
      · 1 reply
    • datiswous

      I posted about it before, but I think the default tdm logo video looks outdated. For a (i.m.o.) better looking version, you can download the pk4 attached to this post and plonk it in your tdm root folder. Every mission that starts with the tdm logo then starts with the better looking one. Try for example mission COS1 Pearls and Swine.
      tdm_logo_video.pk4
      · 2 replies
    • JackFarmer

      Kill the bots! (see the "Who is online" bar)
      · 3 replies
    • STiFU

      I finished DOOM - The Dark Ages the other day. It is a decent shooter, but not as great as its predecessors, especially because of the soundtrack.
      · 5 replies
    • JackFarmer

      What do you know about a 40 degree day?
      @demagogue
      · 4 replies
×
×
  • Create New...