|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <animation.h>
Classes | |
| struct | AnimData |
| struct | EvCount |
| struct | EvMorph |
| struct | EvTimed |
| struct | MdsParticleEffect |
| struct | Sequence |
Public Types | |
| enum | AnimClass : uint8_t { UnknownAnim =0 , Transition , Loop } |
Public Member Functions | |
| Animation (zenkit::ModelScript &p, std::string_view name, bool ignoreErrChunks) | |
| const Sequence * | sequence (std::string_view name) const |
| const Sequence * | sequenceAsc (std::string_view name) const |
| void | debug () const |
| std::string_view | defaultMesh () const |
Definition at line 14 of file animation.h.
| enum Animation::AnimClass : uint8_t |
| Enumerator | |
|---|---|
| UnknownAnim | |
| Transition | |
| Loop | |
Definition at line 16 of file animation.h.
| Animation::Animation | ( | zenkit::ModelScript & | p, |
| std::string_view | name, | ||
| bool | ignoreErrChunks | ||
| ) |
Definition at line 32 of file animation.cpp.
| void Animation::debug | ( | ) | const |
Definition at line 114 of file animation.cpp.
| std::string_view Animation::defaultMesh | ( | ) | const |
Definition at line 119 of file animation.cpp.
| const Animation::Sequence * Animation::sequence | ( | std::string_view | name | ) | const |
Definition at line 93 of file animation.cpp.
| const Animation::Sequence * Animation::sequenceAsc | ( | std::string_view | name | ) | const |
Definition at line 107 of file animation.cpp.