This commit is contained in:
Andras Schmelczer 2023-04-29 11:58:14 +01:00
commit 9e582110ea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
27 changed files with 248 additions and 123 deletions

View file

@ -5,12 +5,12 @@ struct Agent {
struct Settings {
size: vec2<f32>,
trailWeight : f32,
deltaTime : f32,
time : f32,
trailWeight : f32,
moveRate : f32,
turnRate : f32,
sensorAngle : f32,
sensorOffsetDst : f32,
};