» 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

~6d ago

joreg: Workshop on 16 05: Introduction to Shaders. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-introduction-to-shaders-in-vvvv/

~7d ago

bjoern: hello, I am looking for a job / project starting june. get in touch via vvvv specialists available for hire

~13d ago

joreg: Workshop on 09 05: Deepdive into the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-advanced-3d-rendering-in-vvvv-with-stride/

~13d ago

tekcor: Dear vvvv community, I am leaving my personal fundraiser here because I know many of you personally, sending love https://t.ly/iV9l_

~14d ago

joreg: Rewatch the 24th vvvvorldwide meetup here: https://www.youtube.com/live/gNszIiRAjDo?si=0RXF0pW73EUaRqGk

~14d ago

joreg: LINK - the vvvv summer camp 2024 is announced: https://visualprogramming.net/blog/2024/link-the-vvvv-summer-camp-24/

~16d ago

joreg: Tonight, May 3, vvvv meetup in Berlin or via stream: https://visualprogramming.net/blog/2024/24.-vvvv-worldwide-meetup/

~20d ago

joreg: Workshop on 02 05: Intro to the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-intro-to-the-stride-3d-engine-in-vvvv/