MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / MotionTrail

Method MotionTrail

Source/MotionTrail.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22USING_NS_AX;
23
24MotionTrail::MotionTrail()
25{
26 _customCommand.setDrawType(CustomCommand::DrawType::ARRAY);
27 _customCommand.setPrimitiveType(CustomCommand::PrimitiveType::TRIANGLE_STRIP);
28}
29
30MotionTrail::~MotionTrail()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected