Compare commits
No commits in common. "ea8a74e323bd386600272e40c044045f356901d4" and "442e0b19720b8e222f2a565f3372b92308ecaed6" have entirely different histories.
ea8a74e323
...
442e0b1972
@ -81,8 +81,8 @@ const Particle = struct {
|
||||
self.acceleration.a.x = vec.a.x * 0.8;
|
||||
self.acceleration.a.y = vec.a.y * 0.8;
|
||||
self.acceleration.a.z = vec.a.z;
|
||||
self.velocity.a.x *= 0.995;
|
||||
self.velocity.a.y *= 0.995;
|
||||
self.velocity.a.x *= 0.999;
|
||||
self.velocity.a.y *= 0.999;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user