|
You are here |
mynameismjp.wordpress.com | ||
| | | | |
mtnphil.wordpress.com
|
|
| | | | | I knew I needed something to spruce up my monotonous terrain, so I recently implemented a decal system. This lets me paste moss, leaves, footprints, bullet holes and anything else "flat" anywhere on my terrain (or any object in the world). A deferred rendering engine offers an opportunity for easy-to-implement decals. Instead of... | |
| | | | |
www.ronja-tutorials.com
|
|
| | | | | Often when doing VFX you want stuff to stick to the floor. Even when that floor is uneven. Or decals to make existing geometry more interresting, or you want blob shadows on uneven floor, or some other use-cases in the same direction. (note: I used the free "Nature Starter Kit 2" from the Unity Asset store throughout this tutorial) Unity has the concept of a "projector" for that, but I have to admit I dont quite trust them. | |
| | | | |
therealmjp.github.io
|
|
| | | | | Got a new sample ready, this oneshows how you can defer shadow map calculations to a separate screen-space pass using a depth buffer.Check it out on Ziggyware! Comments: sam - Feb 4, 2009 This sample does not works for me. I see the blank screen. My Video card is GF 9800 GT. #### [Alejandro Martinez](http://www.gaspgames.com/www.battletennis.com "amartinez1660@gmail.com") - Feb 2, 2010 1./2. Points taken! 3. That's quite a boost for the shadow map render and sampling (HW PCF or Ati's Fetch4). | |
| | | | |
reindernijhoff.net
|
|
| | | Just a repost of one of my first shaders on Shadertoy. This is a simple realtime path tracer, implemented in a WebGL fragment shader. The shader shows motion blur, depth of field and importance sampling. The path tracer is based | ||