|
508cda6021
|
Better path usage and "extern crate" removal in sub-crates.
|
2018-12-16 13:14:06 -08:00 |
|
|
f2e591a91f
|
Fixed clippy warnings in math3d.
|
2018-12-15 21:56:48 -08:00 |
|
|
6d21a30840
|
Formatting with newer cargo fmt .
No meaningful code change, only formatting.
|
2018-06-24 21:18:10 -07:00 |
|
|
df27f7b829
|
Moved matrix transpose and inverse code into Float4 crate.
This allows for more optimized implementations, taking advantage
of SIMD intrinsics.
|
2018-06-24 21:06:32 -07:00 |
|
|
97d3304149
|
Run new rustfmt on codebase.
|
2018-03-04 13:00:55 -08:00 |
|
|
011405e131
|
Implemented robust ray origin calculation for bounced rays.
We take a small performance hit for this, but given that it's
making things meaningfully more correct I feel like it's more
than worth it.
|
2017-06-19 22:28:44 -07:00 |
|
|
b5f2237676
|
Reformatted sub-crates with new rustfmt as well.
|
2017-06-15 22:21:25 -07:00 |
|
|
922e33ec3f
|
Reformat code with latest rustfmt and custom config.
|
2017-05-14 13:43:51 -07:00 |
|
|
88578b9eae
|
Moved Float4 and Matrix and Vector math into their own sub-crates.
|
2017-05-12 21:01:54 -07:00 |
|