Difference between revisions of "User:Kunigami/GSoc2011/Reports"

From BRL-CAD
Line 3: Line 3:
 
== Week 1 ==
 
== Week 1 ==
  
# To come...
+
# Implemented a (poor) polka dot for BRL-CAD, to get familiarized with the shaders syntax. [[http://kuniga.files.wordpress.com/2021/05/goblet1.png polka dot goblet]]
 +
# Trying to compile the OSL raytracer outside OSL build, but getting compile errors, that I have no idea on how to solve. I've emailed the dev list asking for help.
  
 
== Week 0 (Community Bonding) ==
 
== Week 0 (Community Bonding) ==

Revision as of 22:02, 29 May 2011

Reports

Week 1

  1. Implemented a (poor) polka dot for BRL-CAD, to get familiarized with the shaders syntax. [polka dot goblet]
  2. Trying to compile the OSL raytracer outside OSL build, but getting compile errors, that I have no idea on how to solve. I've emailed the dev list asking for help.

Week 0 (Community Bonding)

  1. Compiled OSL sources both in Ubuntu 10.10 and Mac OS X Snow Leopard. (had trouble with 11.04, mainly due to LLVM)
  2. Found a raytracer developed by Erich Ocean and Brecht [1] that uses OSL-written shaders. It currently renders refraction wrongly. [screenshot]
  3. Discovered the cause of the above error: I was using the wrong shader for glass. Now, the image is correctly rendered. [screenshot]