game_kernel 0.1.0

A 3D game engine written entirely in rust
Documentation
1
2
3
4
5
6
7
8
9
10
struct DiffuseGiProbe {
    vec3 sh[9]; //spherical harmonics
    vec3 position;
    float influence_radius;
};

struct SpecularGiProbe {

};