Crate lumo

Source
Expand description

Just a path tracer :)

Modules§

parser
Wavefront .mtl and .obj parser
tracer
The heart.

Structs§

Image
Loaded texture images stored in a Rust vector
Perlin
Perlin noise generator.
Renderer
Configures the image to be rendered
TracerCli
Optional CLI configuration of renderer. Renderer setter methods have priority.

Enums§

Axis
Represents an axis in the cartesian coordinate system
ToneMap
Enum for different tone mappers
Transport
Enum to determine from which direction we are tracing rays

Constants§

PI
easy as …

Type Aliases§

Float
Float type alias
Mat3
3x3 matrix type alias
Vec3
3 element vector type alias