blade 0.3.0

Sharp and simple graphics library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(
    camera: (
        position: (2.7, 1.6, 2.1),
        orientation: (-0.07, 0.36, 0.01, 0.93),
        fov_y: 1.0,
        max_depth: 100.0,
        speed: 1000.0,
    ),
    average_luminocity: 0.3,
    objects: [
        (
            path: "plane.glb",
        ),
    ],
)