-
I had a nondeterministic hang in renderFrame for months. I have commented out different parts of the ray tracer code until it no longer happened, and seem to have isolated it to a single line. Among 5…
-
Hi guys:
Could you please provide the MacOS release package so that we don't need to build the whole thing?
I don't have QT installed on my machine. I guess I can't generate the full binary.
An…
-
Note this ticket is for tracking my work. I'm the one implementing it.
The work can currently be found in [matias-global-illumination](https://github.com/darksylinc/ign-rendering/tree/matias-global…
-
Right now our builds are timing out because we're running all of our examples, even the ones that take forever.
Create a file in examples/ called ".test_examples" where each line is either a path r…
-
This is a big one. It would be cool to make the scene a separate entity that is not built into a source code. It's possible to come up with some kind of binary format or use a JSON for a start. For ex…
-
![front](https://user-images.githubusercontent.com/18020/32148097-0d241d48-bcc8-11e7-8f27-578e928ff41e.png) ![side](https://user-images.githubusercontent.com/18020/32148098-0e22ab10-bcc8-11e7-9a35-6cb…
-
Attempting to send spans from a python 3.11 lambda are slow to start (significant pause after the collector starts) and then time out sending spans to X-Ray.
My lambda has an attached EFS mount, is…
-
> Created by bitbucket user **lmedioni** on 2015-07-10 12:10
> Last updated on 2015-08-19 08:36
FDiot updated
4 years ago
-
result looks like a pitch alignment bug
dafhi updated
4 years ago
-
Hi @simonech
Good to see someone else doing the ray tracer challenge with .NET CORE!
I have some suggestions if you don't mind :)
1. Instead of creating a method called add, you can define …