Misc notes in README; minor fix in tests
This commit is contained in:
parent
1c9053a5ad
commit
e6c53fafdb
@ -4,6 +4,12 @@ Experiments in procedural meshes in Rust
|
|||||||
|
|
||||||
More detailed docs and examples forthcoming.
|
More detailed docs and examples forthcoming.
|
||||||
|
|
||||||
|
Due to some issues explained a little bit below and a little bit in
|
||||||
|
other blog posts, I'm now treating this as maintenance-only and not as
|
||||||
|
an active project.
|
||||||
|
|
||||||
|
(TODO: Link to these posts)
|
||||||
|
|
||||||
## General Notes & History
|
## General Notes & History
|
||||||
|
|
||||||
This particular code base was started around 2019 December
|
This particular code base was started around 2019 December
|
||||||
|
|||||||
@ -72,7 +72,7 @@ mod tests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn tree_thing() {
|
fn tree_thing1() {
|
||||||
let name = "tree_thing";
|
let name = "tree_thing";
|
||||||
println!("---------------------------------------------------");
|
println!("---------------------------------------------------");
|
||||||
let b = examples::TreeThing::new(0.6, 10);
|
let b = examples::TreeThing::new(0.6, 10);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user