» Heightmap Displacement
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Heightmap Displacement

effect
Credits: Desaxismundi / "displace.fx" by Sanch

about

deform a mesh by texture with normals and texturing
the new Version has a additional Phong Directional LightSource

download

PhongDDN.zip
04.04.13 [12:52 UTC] by colorsound | 2308 downloads
DX11 version
Show 4 older revisions

Older Revisions

PhongDirectional_Heightmap_Displacement_with_Normals.zip
08.04.12 [18:27 UTC] by readme | 1336 downloads
Another fix, see comments
PhongDirectional_Heightmap_Displacement_with_Normals.zip
07.04.12 [23:39 UTC] by readme | 805 downloads
Small fix for Amount-Pin
PhongDirectional_Heightmap_Displacement_with_Normals.zip
07.04.12 [16:06 UTC] by milo | 845 downloads
Heightmap Displacement.zip
07.04.11 [04:20 UTC] by Desaxismundi | 1342 downloads

jenifer 25/08/2010 - 14:28

Hi,
Awesome work. I really like it. This is a very good way to show your creativity.

Meierhans 07/04/2011 - 09:49

Hey Desaxi, I´ve seen you uploaded a new version of your shader. What did you change?

Desaxismundi 07/04/2011 - 15:24

minor changes...as spotted by antokhio.

majo 21/04/2011 - 00:25

Adding this to a patch gives me an instant bluescreen, what are the minimal requirements for this?

antokhio 07/04/2012 - 23:39

seems fine here

readme 07/04/2012 - 23:39

He milo,
I've been trying to do the same, thanks for the hint towards this Sobel-Filter stuff ... I've been trying to do the calculation in VS.

Small fix though:
Neighbouring-Pixel-Calculation ignores amount-Pin for Displacement.
0 or negative values seemed pretty awkward.

So I changed

float tl = abs(tex2D (SampDisplace, In.TexCddispla +texelSize * float2(-1, -1)).x);

to

float tl = tex2D (SampDisplace, In.TexCddispla +texelSize * float2(-1, -1)).x*amount;

and so on ...

Hope I didn't break anything, but looks good.

readme 08/04/2012 - 18:36

Normals were computed for Displacement along Y-Axis, but all helppatches displaced along Z-Axis. Also I changed the float4 normals' w-component to 0 ...

I changed this line:
float4 N = float4(normalize(float3(dX, 1.0f/normalStrength, dY)), 1.0f);

to

float4 N = float4(normalize(float3(dX, dY, 1.0f/normalStrength)), 0);

StiX 12/04/2013 - 20:02

hi, is there any way to make this work with fog renderstate in dx9? thx!

anonymous user login

Shoutbox

~2d ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~9d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~9d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~23d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~2mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/