diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 9cbb610..1966e2b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,6 +2,8 @@ @TODO: - screenshot - RnToRn functions (& add back in RToR) + - also add PerComponent(Box<RToR>,Box<RToR>,Box<RToR>) in R3ToR3 +- ProjectX, ProjectY, ProjectZ in R3ToR? - let user go back&forth through past sdfs using scenes.txt file - documentation - GenRandom integers (just use 0..u32::MAX and add a modulus) |