MCPcopy Create free account
hub / github.com/carbonengine/trinity / Tr2MorphTargetAnimationData

Class Tr2MorphTargetAnimationData

trinity/Tr2RingBuffer.h:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10struct Tr2MorphTargetAnimationData
11{
12 Tr2MorphTargetAnimationData() = default;
13 Tr2MorphTargetAnimationData( uint32_t index, float weight );
14
15 uint32_t m_index;
16 float m_weight;
17};
18
19BLUE_CLASS( Tr2RingBuffer ) :
20 public ITr2GpuBuffer,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected