vlj

Results 8 issues of vlj

This PR webpacks the server component ; I didn't find a way to solve the issue with webpacking the client though.

glslc is able to build hlsl shader but it's not obvious how to describe descriptor layout. I'm not sure if it's possible to embed a root signature and how it...

enhancement

I've ported TressFX 2 a year ago to OpenGL here : https://github.com/vlj/YAGF/tree/master/examples/TressFX It's using a simple framework I wrote while learning DX12. The TressFX 2 SDK was included with an...

discussion

Here is the current state of my Vulkan port. It's based the master branch from may hence the conflicts. The classic TressFX algorithm is implemented as well as the Shortcut...

Clang format is a tool shipped with clang that can reformat file to match a given code style. It's often difficult to strictly follow a code style in a project...

discussion

Hi, I'm using pycaffe on Windows, but the output is equal to the content. For what I understand only a single iteration is ran, and for some reasons the minimisation...

This PR adds volumetric lighting for sunlight and point lights. - The volumetric effect is raymarch based and is based on physical transmittance equation - The fog is "thicker" around...

This PR adds volumetric lighting for sunlight and point lights. The volumetric effect is raymarch based and is based on physical transmittance equation The fog is "thicker" around z =...

Feature