10 #include <Atoms/BehaviourModule.h>
11 #include <AtomsModules/Globals.h>
12 #include <AtomsCore/Metadata/DoubleArrayMetadata.h>
16 std::string propertyName;
17 bool metadataTriggerEnabled;
18 std::string metadataTriggerName;
21 std::vector<std::vector<double>> weights;
22 std::vector<std::string> targets;
23 std::vector<std::map< std::string, int>> meshBS;
26 namespace AtomsModules
43 std::map<std::string, std::map<std::string, BlendShapeAnimData>> animDataTable;
Agent group.
Definition: AgentGroup.h:36
Behaviour module.
Definition: BehaviourModule.h:32
Definition: BlendShapeAnimModule.h:29
void initFrame(const std::vector< Atoms::Agent * > &agents, Atoms::AgentGroup *agentGroup=nullptr)
Init frame.
void initSimulation(Atoms::AgentGroup *agentGroup=nullptr)
Init simulation.
Definition: BlendShapeAnimModule.h:15