mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 10:32:19 +02:00
remove outdated comment
This commit is contained in:
parent
81844a82e8
commit
f3d6992dd2
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
// - Just to get this out the door, I just did forward Euler integration. There are better ways.
|
||||
// - Gravity always points along the Y axis. Support an actual gravity vector.
|
||||
// - Add the ability to add arbitrary forces to the simulation.
|
||||
// - Add controls for spread (which is currently hard-coded) and varying emission strength (not currently implemented).
|
||||
// - Add drag.
|
||||
// - Add some kind of support for collisions.
|
||||
// - There's no synchronization of the simulation across clients at all. In fact, it's using rand() under the hood, so
|
||||
|
|
Loading…
Reference in a new issue