Brecht Van Lommel
|
b9ce231060
|
Cycles: relicense GNU GPL source code to Apache version 2.0.
More information in this post:
http://code.blender.org/
Thanks to all contributes for giving their permission!
|
2013-08-18 14:16:15 +00:00 |
|
Campbell Barton
|
b8c3efc8c3
|
code cleanup: compiler warnings
|
2013-07-21 16:40:34 +00:00 |
|
Campbell Barton
|
2c1abe1f58
|
style cleanup: assignment & indentation.
|
2012-06-09 18:56:12 +00:00 |
|
Brecht Van Lommel
|
89983a2187
|
Cycles: fix compile error for cycles_test.
|
2011-05-31 09:47:19 +00:00 |
|
Brecht Van Lommel
|
170f8c8c41
|
Cycles: build without GLUT test app by default.
|
2011-05-01 10:00:21 +00:00 |
|
Ton Roosendaal
|
da376e0237
|
Cycles render engine, initial commit. This is the engine itself, blender modifications and build instructions will follow later.
Cycles uses code from some great open source projects, many thanks them:
* BVH building and traversal code from NVidia's "Understanding the Efficiency of Ray Traversal on GPUs":
http://code.google.com/p/understanding-the-efficiency-of-ray-traversal-on-gpus/
* Open Shading Language for a large part of the shading system:
http://code.google.com/p/openshadinglanguage/
* Blender for procedural textures and a few other nodes.
* Approximate Catmull Clark subdivision from NVidia Mesh tools:
http://code.google.com/p/nvidia-mesh-tools/
* Sobol direction vectors from:
http://web.maths.unsw.edu.au/~fkuo/sobol/
* Film response functions from:
http://www.cs.columbia.edu/CAVE/software/softlib/dorf.php
|
2011-04-27 11:58:34 +00:00 |
|