three 0.3.0

Three.js inspired 3D engine in Rust
Documentation
1
2
3
4
5
6
layout(std140) uniform b_Locals {
    vec4 u_Color;
    vec4 u_MatParams;
    vec4 u_UvRange;
    mat4 u_World;
};