Browse Search Popular Register Upload Rules User list Login:
Search:
speed camera.

Image:
screenshot of the scene

Author: faytree

Group: Default

Filesize: 0.74 MB

Date added: 2012-12-16

Rating: 5.5

Downloads: 1306

Views: 420

Comments: 3

Ratings: 2

Times favored: 0

Made with: Algodoo v2.0.2

Tags:

Scene tag

a speed camera that detects vehicle's speed.
Please log in to rate this scene
edit
Similar scenes
Title: DYSKA II in open universe
Rating: 5
Filesize: 29.1 kB
Downloads: 683
Comments: 0
Ratings: 1
Date added: 2020/12/19 23:36:43
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Car Camera test
Rating: 5.625
Filesize: 201.28 kB
Downloads: 1645
Comments: 3
Ratings: 2
Date added: 2016/02/09 01:05:40
Made with: Algodoo v2.1.0
Rating: rated 5.6
download
Title: Focus camera ¿?
Rating: 5
Filesize: 23 kB
Downloads: 736
Comments: 3
Ratings: 1
Date added: 2014/05/19 22:44:17
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Rolling shutter v2
Rating: 5.8889
Filesize: 28.67 kB
Downloads: 2594
Comments: 6
Ratings: 3
Date added: 2019/07/24 13:14:20
Made with: Algodoo v2.1.0
Rating: rated 5.9
download
Title: Zoom Camera in planetary system with control board
Rating: 5
Filesize: 45.18 kB
Downloads: 1308
Comments: 2
Ratings: 1
Date added: 2020/12/21 00:36:39
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Ray-tracing laser camera 2.0
Rating: 5
Filesize: 9.11 kB
Downloads: 555
Comments: 0
Ratings: 1
Date added: 2019/09/10 03:17:04
Made with: Algodoo v2.1.0
Rating: rated 5
download
well that is easy, i'll found how to calculate the Algodoo's speed result(if you put velX=25 and velY = 25 the result is 35.36[...])
hmm how do i made a script that like your's in "_vel" variable:s
wait, my _Vel variable return a vel * vel. Recently i've discovered how to obtain the real speed and this is the code:

_Vel := {((entity.vel ^ 2.0) + (entity.vel ^ 2.0)) ^ 0.5}

I want to help:)