Skip to content

Commit

Permalink
"Auto commit number 47"
Browse files Browse the repository at this point in the history
  • Loading branch information
lat-murmeldjur committed Apr 15, 2024
1 parent bf121ea commit b85f9c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chronicl.dt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46
47
2 changes: 1 addition & 1 deletion featuring.dt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46
47
1 change: 1 addition & 0 deletions ohio.note
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ Year::2024::|::Month::04::|::Day::12::|::Hour::15::|::Minute::35::|::Second::00:
Year::2024::|::Month::04::|::Day::12::|::Hour::17::|::Minute::11::|::Second::23::
Year::2024::|::Month::04::|::Day::12::|::Hour::17::|::Minute::19::|::Second::01::
Year::2024::|::Month::04::|::Day::13::|::Hour::12::|::Minute::03::|::Second::23::
Year::2024::|::Month::04::|::Day::15::|::Hour::15::|::Minute::33::|::Second::33::
4 changes: 2 additions & 2 deletions src/magma_ocean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ pub fn petrify(flow: Magma) -> Stone {
let mut rng = rand::thread_rng();
let points_diff = sbtr_f32_3(flow.positions[1].position, flow.positions[0].position);
let planes_normal: [f32; 3] = nrmlz_f32_3(points_diff);
let planes_number = 4; // rng.gen_range(40..42);
let f__max_points = 3.0; // rng.gen_range(40.0..42.0);
let planes_number = 30; // rng.gen_range(40..42);
let f__max_points = 30.0; // rng.gen_range(40.0..42.0);
let max_points = f__max_points;
let mut points_of_plane: u32 = 3;
let reference_orthogonal = gen_rthgnl_f32_3(planes_normal, &mut rng);
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn main() {
force: vec![],
};

let k = 20;
let k = 10;

for _ in 0..k {
add_particle_by(
Expand Down

0 comments on commit b85f9c0

Please sign in to comment.