Kaba class CubeMapSource ed

...

Syntax ed

class CubeMapSource
    var cube_map: shared[CubeMap]
    var max_depth: f32
    var min_depth: f32
    var resolution: i32
    var update_rate: i32

    # constructors
    func mut __init__()

Elements ed

var cube_map: shared[CubeMap]
...

var max_depth: f32
...

var min_depth: f32
...

var resolution: i32
...

var update_rate: i32
...