illuminator 0.1.3

A simple yet powerful rendering tool
Documentation
1
2
3
4
5
6
pub use crate::core::{tensor::Mat3x3f, tensor::Vec3f};
pub use crate::img::*;
pub use crate::raycast::{Ray, Raycast, bvh::BVH, sphere::Sphere};
pub use crate::render::camera::Camera;

pub use image::{Rgb, RgbImage};