» 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 | 2317 downloads
DX11 version
Show 4 older revisions

Older Revisions

PhongDirectional_Heightmap_Displacement_with_Normals.zip
08.04.12 [18:27 UTC] by readme | 1341 downloads
Another fix, see comments
PhongDirectional_Heightmap_Displacement_with_Normals.zip
07.04.12 [23:39 UTC] by readme | 810 downloads
Small fix for Amount-Pin
PhongDirectional_Heightmap_Displacement_with_Normals.zip
07.04.12 [16:06 UTC] by milo | 849 downloads
Heightmap Displacement.zip
07.04.11 [04:20 UTC] by Desaxismundi | 1349 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

~2mth ago

joreg: END OF SHOUTBOX! As this page has is now legacy, it will no longer feature new content. For latest news, see: http://vvvv.org

~2mth ago

joreg: vvvvTv S0204 is out: Custom Widgets with Dear ImGui: https://youtube.com/live/nrXfpn5V9h0

~2mth ago

joreg: New user registration is currently disabled as we're moving to a new login provider: https://visualprogramming.net/blog/2024/reclaiming-vvvv.org/

~3mth ago

joreg: vvvvTv S02E03 is out: Logging: https://youtube.com/live/OpUrJjTXBxM

~3mth ago

~3mth ago

joreg: Follow TobyK on his Advent of Code: https://www.twitch.tv/tobyklight

~3mth ago

joreg: vvvvTv S02E02 is out: Saving & Loading UI State: https://www.youtube.com/live/GJQGVxA1pIQ

~3mth ago

joreg: We now have a presence on LinkedIn: https://www.linkedin.com/company/vvvv-group

~3mth ago

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

~3mth ago

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