GitClassic
Feed
Explore
Random
Go Pro
Sign in
tychedelia
/
sepiascraped
Code
/
Commits
/ 4f7518f
Initial refactor to split op behavior out into traits.
Charlotte McElwain
committed on Mar 30, 2024, 02:12 AM
Showing
13
changed files
+797 additions
-407 deletions
M
README.md
+16
A
img.png
M
src/main.rs
+7
-5
M
src/op/component/types/window.rs
+65
-33
M
src/op/material/types/standard.rs
+67
-35
M
src/op/mesh/types/cuboid.rs
+64
-31
M
src/op/mesh/types/noise.rs
+107
-77
M
src/op/mod.rs
+152
-58
M
src/op/texture/mod.rs
+122
-158
M
src/op/texture/types/composite.rs
+60
-3
M
src/op/texture/types/noise.rs
+60
-4
M
src/op/texture/types/ramp.rs
+61
-3
M
src/param/mod.rs
+16
Browse files at this commit โ