Browse Search Popular Register Upload Rules User list Login:
Search:
Interfearance patterns

Image:
screenshot of the scene

Author: JPgamersmines150

Group: Default

Filesize: 92.49 kB

Date added: 2021-05-26

Rating: 5

Downloads: 565

Views: 105

Comments: 1

Ratings: 1

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

Interfearance is when two waves overlap each other, like this!
Please log in to rate this scene
edit
Similar scenes
Title: Cool patterns
Rating: 5
Filesize: 390.94 kB
Downloads: 774
Comments: 1
Ratings: 1
Date added: 2024/03/27 20:18:45
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Field Visualizer
Rating: 6.5
Filesize: 147.93 kB
Downloads: 1286
Comments: 13
Ratings: 4
Date added: 2020/06/27 00:30:25
Made with: Algodoo v2.1.0
Rating: rated 6.5
download
Title: Patterns of particles in water
Rating: 5.5
Filesize: 455.92 kB
Downloads: 581
Comments: 4
Ratings: 2
Date added: 2014/03/24 15:02:44
Made with: Algodoo v2.1.0
Rating: rated 5.5
download
Title: Patterns
Rating: 5
Filesize: 30.65 kB
Downloads: 197
Comments: 0
Ratings: 1
Date added: 2009/06/25 00:47:02
Made with: Phun
Rating: rated 5
download
Title: patterns v2!
Rating: 5
Filesize: 36.08 kB
Downloads: 157
Comments: 0
Ratings: 1
Date added: 2025/03/05 15:09:54
Made with: Algodoo v2.2.3
Rating: rated 5
download
Title: Tracer Patterns
Rating: 5
Filesize: 5.89 kB
Downloads: 208
Comments: 0
Ratings: 1
Date added: 2019/07/01 04:31:36
Made with: Algodoo v2.1.0
Rating: rated 5
download
Also, Im experimenting with some code to make these waves! If you want, place the following code in postStep:(e)=>{
e.this.timeToLive <= 1 ? {
e.this.timeToLive = 1.5;
Scene.addCircle({
timeToLive := 10;
collideSet := 0;
entityID := 188;
drawCake := false;
color := [0.0, 1.0, 1.0, 0.3];
collideWater := false;
pos := e.this.pos;
colorHSVA := [1, 0, 1, 0];
radius := 0.17180762;
heteroCollide := true;
postStep := (e)=>{
e.this.colorHSVA = colorHSVA + [0, 0, 0, 0];
e.this.radius = radius + 0.005
};
opaqueBorders := true;
geomID := 179;
body := 239
})
} : {}
}