readding the circle thingies
This commit is contained in:
parent
479ed3641e
commit
2299d31494
@ -66,7 +66,6 @@ fn test(tex: &Vec<Vec<f32>>, d: &mut RaylibDrawHandle) {
|
||||
}
|
||||
|
||||
fn planet_circle(center: Vector2, radius: f32, d: &mut RaylibDrawHandle, mask: bool) {
|
||||
return;
|
||||
let noise = Simplex::from_seed(vec![5, 4, 4, 2, 1, 0]);
|
||||
for k in 0..50_000 {
|
||||
let t = k as f32 * 0.5;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user