mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update Streamer.h
This commit is contained in:
parent
7a94f00180
commit
9b9c27937a
1 changed files with 5 additions and 6 deletions
|
@ -39,8 +39,8 @@ namespace TEN::Effects::Streamer
|
|||
float ExpRate = 0.0f;
|
||||
short Rotation = 0;
|
||||
|
||||
Vector4 PrevColor = Vector4::Zero;
|
||||
std::array<Vector3, VERTEX_COUNT> PrevVertices = {};
|
||||
Vector4 PrevColor = Vector4::Zero;
|
||||
|
||||
void InitializeVertices(const Vector3& pos, float width);
|
||||
void Update();
|
||||
|
@ -58,11 +58,10 @@ namespace TEN::Effects::Streamer
|
|||
|
||||
// Fields
|
||||
|
||||
std::vector<StreamerSegment> _segments = {};
|
||||
|
||||
StreamerFeatherType _featherType = StreamerFeatherType::None;
|
||||
BlendMode _blendMode = BlendMode::AlphaBlend;
|
||||
bool _isBroken = false;
|
||||
std::vector<StreamerSegment> _segments = {};
|
||||
StreamerFeatherType _featherType = StreamerFeatherType::None;
|
||||
BlendMode _blendMode = BlendMode::AlphaBlend;
|
||||
bool _isBroken = false;
|
||||
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue