agni 0.1.1

Agni is a pathtracing renderer based on PBR
Documentation
1
2
3
4
5
6
use core::config;


pub fn initialize(_configuration: config::Configuration) {
    // TODO: Implement this function
}