Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 824 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 824 Bytes

Sohail's shaders

My Shader (glsl) programming demos.

Usage example:

To run each *.glsl shader:

  • go to http://shadertoy.com
  • click on in a New Shader or any shader on the website
  • Copy the content of one of my .glsl files
  • paste the code into the box.
  • Enjoy

Content:

  • raytrace1.glsl : A raytracing demo. Features: reflection, Phong shading, Ellipsoids. It's a mini version of my very old program Big3D.

(C) 2016 Sohail Siadatnejad

My reflection on metal spheres Click for live