タグ

ブックマーク / madebyevan.com (1)

  • WebGL Path Tracing

    Path tracing is a realistic lighting algorithm that simulates light bouncing around a scene.  This path tracer uses WebGL for realtime performance and supports diffuse, mirrored, and glossy surfaces.  The path tracer is continually rendering, so the scene will start off grainy and become smoother over time.  Here's how to interact with it: Add an object using the "Add Sphere" or "Add Cube" buttons

    y-kawaz
    y-kawaz 2011/04/20
    WebGLでパストレーシングするサンプル、ピクセルシェーダーとか使ってるけど斜め読みじゃちょっともうイミフw
  • 1