Cycles renderer
Go to file
Alaska 4ad568a200 Fix #115206: Sheen renders incorrectly when viewed head on
Fixes an issue where the sheen would render incorrectly when
the normal of the surface is parallel to the incoming direction.

Co-authored-by: Lukas Stockner <lukas.stockner@freenet.de>

Pull Request: blender/blender#115286
2023-12-05 01:16:33 +01:00
.github/workflows CI: cache libs even when build failed 2023-04-04 18:27:57 +02:00
examples Fix issues with Monkey XML example file. 2021-10-02 20:56:19 +02:00
src Fix #115206: Sheen renders incorrectly when viewed head on 2023-12-05 01:16:33 +01:00
third_party Add mikktspace to third_party 2023-04-03 11:03:18 +02:00
web Web: remove dead twitter link, fix grammar 2023-11-03 15:59:25 +01:00
.clang-format clang-format: set BraceWrapping::AfterControlStatement to "MultiLine" 2023-07-05 18:18:38 +02:00
.gitignore Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
AUTHORS Add cycles-renderer.org website to repository 2022-09-26 03:01:46 +02:00
BUILDING.md Fix outdated Git URL 2023-08-04 17:59:29 +02:00
CMakeLists.txt Build: CMake updates for new devices and 3.6 libraries 2023-07-05 18:18:37 +02:00
GNUmakefile Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
LICENSE Initial integration of build system for standalone repository 2014-11-15 19:54:48 +05:00
make.bat Build: changes to improve Windows build 2022-04-25 13:53:56 +02:00
README.md Build: support building Hydra render delegate for Houdini 2022-04-12 19:45:33 +02:00

Cycles Renderer

Cycles is a path tracing renderer focused on interactivity and ease of use, while supporting many production features.

https://www.cycles-renderer.org

Building

Cycles can be built as a standalone application or a Hydra render delegate. See BUILDING.md for instructions.

Examples

The repository contains example xml scenes which could be used for testing.

Example usage:

./cycles scene_monkey.xml

You can also use optional parameters (see ./cycles --help), like:

./cycles --samples 100 --output ./image.png scene_monkey.xml

For the OSL scene you need to enable the OSL shading system:

./cycles --shadingsys osl scene_osl_stripes.xml

Contact

For help building or running Cycles, see the channels listed here:

https://www.cycles-renderer.org/development/