» raymarchtest-DirectX Renderer
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

raymarchtest-DirectX Renderer

I am from Shadows artifacts

microdee, Monday, Apr 30th 2012 Digg | Tweet | Delicious 7 comments  
sinus 30/04/2012 - 08:36

awesome! how does this work?

bigup!

dd

microdee 30/04/2012 - 16:15

there are the shaders http://www.mazapan.se/news/2010/07/15/gpu-ray-marching-with-distance-fields/ it works straight in vvvv just change the techniques to dx9 style. http://www.iquilezles.org/www/articles/distfunctions/distfunctions.htm here are some primitives and operations. the whole system is very flexible and "modular"

sinus 01/05/2012 - 10:39

thx for your reply! i will give it a try. esp. the operations are very interesting.

antokhio 02/05/2012 - 17:47

cool microdee, you are a rocker.

trashtrash 07/05/2012 - 07:35

I am new to hlsl....could you explain changing the techniques to dx9?? Or show me a link that explains it...Thanks I am really enjoying learning this langue.

microdee 08/05/2012 - 15:07

@trashtrash: change

technique10 Standard
{
    pass Main
    {
        SetVertexShader ( CompileShader ( vs_4_0, vertexShader () ) );
        SetGeometryShader ( NULL );
        SetPixelShader  ( CompileShader ( ps_4_0, pixelShader  () ) );
    }
}

to

technique Standard
{
    pass P0
    {
        VertexShader = compile vs_3_0 vertexShader();
        PixelShader = compile ps_3_0 pixelShader();
    }
}
sebl 08/05/2012 - 15:32

did that in a short test, but there were several other errors...

  • 1

anonymous user login

Shoutbox

~11h ago

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

~11h ago

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

~8d ago

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

~14d ago

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

~14d ago

~15d ago

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

~28d 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 ?

~2mth ago