Make velocities visible
This commit is contained in:
parent
1079a725d9
commit
827504fbd0
1
Thing.h
1
Thing.h
@ -115,6 +115,7 @@ class Thing {
|
|||||||
Thing* parent = nullptr;
|
Thing* parent = nullptr;
|
||||||
Thing** children = nullptr;
|
Thing** children = nullptr;
|
||||||
|
|
||||||
|
public:
|
||||||
AngleAxis16 angularVelocity = AngleAxis16::zero;
|
AngleAxis16 angularVelocity = AngleAxis16::zero;
|
||||||
Spherical16 linearVelocity = Spherical16::zero;
|
Spherical16 linearVelocity = Spherical16::zero;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user