Matthew Gordon
|
6e3a5dd1d8
|
Replace Aggregate with Primitive and stub Primitive::transform()
All the implemntations of transform are just todo!()
|
2025-03-29 15:39:02 -03:00 |
Matthew Gordon
|
e8f9040807
|
Make vector and matrix classes parameterized by float type
|
2025-03-28 22:14:03 -03:00 |
Matthew Gordon
|
f5b0a35635
|
Replace nalgebra matrix and vector classes with own classes
Nalgebra only used to find matrix inverse now.
|
2020-08-28 23:08:44 -04:00 |
Matthew Gordon
|
99cf127c9f
|
Change a bunch of generics that used with RealType to just use f64
|
2020-08-18 23:12:28 -04:00 |
Matthew Gordon
|
90bb7d84af
|
Big rijiggering of types
|
2020-06-11 22:13:51 -04:00 |
Matthew Gordon
|
bbeb39ba5d
|
Replace unnecessary Arcs with Boxes.
|
2020-03-27 20:34:19 -04:00 |
Matthew Gordon
|
d6b5c87759
|
Create Real trait to replace nalgebra::RealField
Real inherits RealField, but I want to add more to it.
|
2020-02-10 16:52:09 -05:00 |
Matthew Gordon
|
8c527d34fc
|
Add Primitive trait
|
2020-01-30 17:22:53 -05:00 |
Matthew Gordon
|
9eca3a4cfe
|
Replace Vector3 with Point3 where appropriate
|
2019-12-07 11:09:07 -05:00 |
Matthew Gordon
|
cefbc2873b
|
Refactor, adding Material trait that returns a BSDF
|
2019-11-23 20:53:45 -05:00 |
Matthew Gordon
|
1eb3741b7d
|
Render a basic scene
|
2019-11-12 08:03:29 -05:00 |