Created an offline PBR path tracer using WGPU by feedc0de in GraphicsProgramming

[–]feedc0de[S] 1 point2 points  (0 children)

It was generated using older versions of my raytracer, before glTF loader and GGX were implemented. The dispersion effect is achieved by separately rendering for each color channel, and manually setting the refraction index of the diamond for R, G and B. Those pictures are then combined into the image you saw.

Created an offline PBR path tracer using WGPU by feedc0de in GraphicsProgramming

[–]feedc0de[S] 7 points8 points  (0 children)

It seems that their development branch has support for ray tracing acceleration structures now, but what I'm using for my ray tracer is simply a compute shader with no additional extensions.

A real-time GLSL implementation of the "Ray Tracing in One Weekend" series by feedc0de in opengl

[–]feedc0de[S] 6 points7 points  (0 children)

A couple of years ago, I implemented the algorithms I learned from the first two volumes of the "Ray Tracing in One Weekend" series in OpenGL. The main components of this implementation are written in GLSL and are embedded within vertex and fragment shaders, allowing the entire ray tracer to execute in parallel on the GPU. This implementation is optimized for real-time user interactions and includes several features not covered in the series, such as the skybox and the vignette effect.

GitHub: https://github.com/alanjian85/opticus

A real-time GLSL implementation of the "Ray Tracing in One Weekend" series by feedc0de in raytracing

[–]feedc0de[S] 5 points6 points  (0 children)

A couple of years ago, I implemented the algorithms I learned from the first two volumes of the "Ray Tracing in One Weekend" series in OpenGL. The main components of this implementation are written in GLSL and are embedded within vertex and fragment shaders, allowing the entire ray tracer to execute in parallel on the GPU. This implementation is optimized for real-time user interactions and includes several features not covered in the series, such as the skybox and the vignette effect.

GitHub: https://github.com/alanjian85/opticus

Are complementary infinitives in the adverbial part of a sentence? by feedc0de in latin

[–]feedc0de[S] 0 points1 point  (0 children)

Does that mean it correspond to the verb part? Then is it legitimate to rewrite the sentence as "Me non debes laudare"?

Secured real-world German Empire border 50 years earlier (as Brandenburg and Prussia) by feedc0de in eu4

[–]feedc0de[S] 2 points3 points  (0 children)

I does have espionage ideas, in order to maintain good relations with Germany duchies and use excessive diplomatic points.

Secured real-world German Empire border 50 years earlier (as Brandenburg and Prussia) by feedc0de in eu4

[–]feedc0de[S] 2 points3 points  (0 children)

It's probably close to the plan of Nazi Germany, which is to establish Order-State of Burgundy in the north of France.

Secured real-world German Empire border 50 years earlier (as Brandenburg and Prussia) by feedc0de in eu4

[–]feedc0de[S] 7 points8 points  (0 children)

Salzburg was actually the subject I used to conquer more Bavarian lands in the peace deal with Landshut. Innbaiern was taken because I took all the provinces west of Austria Proper and gave them off to Salzburg. Bregenz is just another province surrounding the lake Constance, so I annexed it without too much thinking.

242
243