GitClassic
Feed
Explore
Random
Go Pro
Sign in
tychedelia
/
sepiascraped
Code
/
Commits
/ 4c954b7
Refactor input logic pt 1.
Charlotte McElwain
committed on Mar 27, 2024, 03:48 AM
Showing
18
changed files
+287 additions
-155 deletions
M
src/index.rs
+2
-2
M
src/op/component/mod.rs
+8
-1
M
src/op/component/types/window.rs
+11
-2
M
src/op/material/mod.rs
+7
-3
M
src/op/material/types/standard.rs
+20
-6
M
src/op/mesh/mod.rs
+7
-3
M
src/op/mesh/types/cuboid.rs
+18
-3
M
src/op/mod.rs
+102
-14
M
src/op/texture/mod.rs
+78
-96
M
src/op/texture/render.rs
+18
-14
M
src/op/texture/types/composite.rs
+1
-1
M
src/op/texture/types/noise.rs
+3
-2
M
src/op/texture/types/ramp.rs
+1
-1
M
src/param/mod.rs
+5
M
src/render_layers.rs
+1
-1
M
src/ui/event.rs
+2
-2
M
src/ui/graph.rs
+3
-3
M
src/ui/mod.rs
-1
Browse files at this commit โ