Go to the source code of this file.
|
class | Particle |
| Used with CSF Cloth, The particle class represents a particle of mass that can move around in 3D space. More...
|
|
|
constexpr fltp04 | damping_factor = 0.01f |
|
const fltp04 | doubleMove1 [15] = { 0, 0.3f, 0.42f, 0.468f, 0.4872f, 0.4949f, 0.498f, 0.4992f, 0.4997f, 0.4999f, 0.4999f, 0.5f, 0.5f, 0.5f, 0.5f } |
|
const fltp04 | singleMove1 [15] = { 0, 0.3f, 0.51f, 0.657f, 0.7599f, 0.83193f, 0.88235f, 0.91765f, 0.94235f, 0.95965f, 0.97175f, 0.98023f, 0.98616f, 0.99031f, 0.99322f } |
|
◆ MAX_INF
#define MAX_INF 9999999999.0f |
◆ MIN_INF
#define MIN_INF -9999999999.0f |
◆ SimpleParticle