Explore >> Select a destination


You are here

littlegreenviper.com
| | nklein.com
8.2 parsecs away

Travel
| | This month, I added CSG (Constructive Solid Geometry) operators to the ray-tracer that I mentioned in the previous post. I added intersections, complements, and unions. You can find the source code in my weekend-raytracer github repo.
| | opensource.googleblog.com
11.7 parsecs away

Travel
| | The 2024 GSoC program is open to students and to beginners in open source software development. Contributor applications will open on Monday, March 18
| | blog.jayfields.com
12.7 parsecs away

Travel
| | I'm very happy to see that the previous hack I detailed for IntelliJ is no longer necessary. Following my post (a few days later) I got th...
| | chetanjags.wordpress.com
61.3 parsecs away

Travel
| Image Based Lighting is used to implement ambient lighting for dynamic objects coming from static objects in a game level. In most cases, it is used for specular lighting or reflections. In this process lighting information at thepotential point of interests is stored in a special type of cube maps called Light probes. These Light...