| 16 | StreamerEffectController StreamerEffect = {}; |
| 17 | |
| 18 | void Streamer::StreamerSegment::InitializeVertices(const Vector3& pos, float width) |
| 19 | { |
| 20 | Vertices = { pos, pos }; |
| 21 | TransformVertices(0.0f, width / 2); |
| 22 | } |
| 23 | |
| 24 | void Streamer::StreamerSegment::Update() |
| 25 | { |