sunflow icon indicating copy to clipboard operation
sunflow copied to clipboard

Official Sunflow Repository - Sunflow is an open source rendering system for photo-realistic image synthesis.

Results 4 sunflow issues
Sort by recently updated
recently updated
newest added

Hello, First of all, I would like to thank this great (and well-written) project. I learnt a lot from reading those codes. I know this repository is kind of abandoned...

I am using Sunflow for test renders so I made my own GUI around it. Everything works except just one very annoying thing: For some reason Display frame (I mean...

When triangles which are smaller than float epsilon exists, building BIH doesn't stop.

I have created a tool that detect data races in java. The tool has detected the following races in **Geometry.java**: 1. Race between [read](https://github.com/fpsunflower/sunflow/blob/15fa9c6cc6729934181bb877e67f1d1c13679f89/src/org/sunflow/core/Geometry.java#L91) and [write ](https://github.com/fpsunflower/sunflow/blob/15fa9c6cc6729934181bb877e67f1d1c13679f89/src/org/sunflow/core/Geometry.java#L126)of field `builtAccel`: ```Read...