File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ $ cd ../r3d && cargo run --release --example particles < dla/dla.csv
42
42
![ dla-2k-buzz] ( images/dla-small-buzz.png )
43
43
44
44
[ dla ] : https://en.wikipedia.org/wiki/Diffusion-limited_aggregation
45
- [ particles-buzz ] : https://github.com/d-dorazio /r3d/blob/master/buzz/examples/particles.rs
45
+ [ particles-buzz ] : https://github.com/danieledapo /r3d/blob/master/buzz/examples/particles.rs
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ fn save_pov_scene(
137
137
#[ rustfmt:: skip]
138
138
writeln ! (
139
139
out,
140
- r#"// 3D DLA geometry - generated by github.com/d-dorazio /dla
140
+ r#"// 3D DLA geometry - generated by github.com/danieledapo /dla
141
141
142
142
#version 3.7;
143
143
@@ -247,7 +247,7 @@ fn save_js_scene(
247
247
#[ rustfmt:: skip]
248
248
writeln ! (
249
249
out,
250
- r#"// 3D DLA geometry - generated by github.com/d-dorazio /dla
250
+ r#"// 3D DLA geometry - generated by github.com/danieledapo /dla
251
251
252
252
var DLA = {{
253
253
bbox: {{
You can’t perform that action at this time.
0 commit comments