readding the circle thingies

This commit is contained in:
Jonas Maier 2023-02-12 14:52:09 +01:00
parent 479ed3641e
commit 2299d31494

View File

@ -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;