Taylor

Results 6 issues of Taylor

Any interest in supporting acceleration structures for height fields? There's [a paper](http://manao.inria.fr/perso/~ihrke/Publications/i3d08_lowres.pdf) that goes into describing the process. I'm currently using this library for calculating ambient occlusion in terrains, and...

enhancement

I try running the viewer program, using the path tracing algorithm, and an exception is thrown: ![Screenshot from 2021-11-01 08-15-11](https://user-images.githubusercontent.com/69982525/139669998-f00d5ba9-aee2-457f-a90d-56fe167f2717.png) I made a very simple model in Blender to reproduce...

Not really an issue or bug, just wanted to share some work I did on visualization over the weekend. Here's a video of a path traced animation of spheres falling...

No reason to have copy constructor or other constructors deleted for this class. Since these constraints prevent me from passing an instance of this class to other functions, I'd like...

For demo before/after screenshots of the algorithm. ![before](https://user-images.githubusercontent.com/69982525/121828887-d1523e00-cc75-11eb-9b8d-96095d4bc5c8.png) ![after](https://user-images.githubusercontent.com/69982525/121828890-d1ead480-cc75-11eb-9232-4e01669d48ee.png)

When dragging nodes around, white lines appear around their original locations. Tested using Qt 6 (don't have the minor, patch version at the moment.) Original issue here: https://github.com/paceholder/nodeeditor/issues/294