three 0.3.0

Three.js inspired 3D engine in Rust
Documentation
1
2
3
4
5
6
layout(std140) uniform b_Globals {
    mat4 u_ViewProj;
    mat4 u_InverseProj;
    mat4 u_View;
    uint u_NumLights;
};