MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / InitializeVertices

Method InitializeVertices

TombEngine/Game/effects/Streamer.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

ExtendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected