rulururu

post Trail Effect (GLSL)

May 28th, 2008

Filed under: RenderMonkey Shaders — admin @ 1:08 pm

I recently played Freelancer again. While I where playing I had a idea how to create a trail effect with a particle system using a vertex shader.

Needed Extensions:

  • none

Download:

trail.rfx (RenderMonkey 1.80)

 

post Parallax Occlusion Shader (GLSL)

May 28th, 2008

Filed under: RenderMonkey Shaders — admin @ 12:14 pm

Sample Picture

I wrote a parallax occlusion Shader in Rendermonkey. Unfortunately due to the fact that the devartives in flow control elements are undefined, the ARB_texture_lod extension would be neccesarry forĀ  this shader in glsl with shadermodel 3.0. Until this extension is released EXT_gpu_shader4 has to be used as replacement. So this shader only runs on gForce 8+ cards. Ati doesn't support that extension yet.

Needed Extensions:

  • EXT_gpu_shader4

Download:

parallax.rfx (Rendermonkey 1.80)

« Previous Page
ruldrurd
© Ingrater’s 3D Blog , Desinged by Stealth Settings
Entries (RSS) and Comments (RSS)