delta bool particle state
This commit is contained in:
parent
705614909b
commit
12ae8adca6
1 changed files with 2 additions and 0 deletions
|
@ -57,12 +57,14 @@ static class VFX
|
||||||
|
|
||||||
public class Particle
|
public class Particle
|
||||||
{
|
{
|
||||||
|
public DeltaBool state;
|
||||||
public Vec3 pos, vel;
|
public Vec3 pos, vel;
|
||||||
public Quat ori;
|
public Quat ori;
|
||||||
public float scl;
|
public float scl;
|
||||||
|
|
||||||
public Particle()
|
public Particle()
|
||||||
{
|
{
|
||||||
|
this.state = new(false);
|
||||||
this.pos = Vec3.Zero;
|
this.pos = Vec3.Zero;
|
||||||
this.vel = Vec3.Zero;
|
this.vel = Vec3.Zero;
|
||||||
this.ori = Quat.Identity;
|
this.ori = Quat.Identity;
|
||||||
|
|
Loading…
Add table
Reference in a new issue