pathtracer/pathtracer/src/serialize/mod.rs
2020-03-24 21:47:09 +01:00

8 lines
135 B
Rust

//! Helper functions to help scene (de)serialization
pub mod vector;
pub use vector::*;
pub mod coefficient;
pub use coefficient::*;