18#include "Topology/DiscreteElements.h"
23 template<
typename TDataType>
28 typedef typename TDataType::Real
Real;
29 typedef typename TDataType::Coord
Coord;
30 typedef typename TDataType::Matrix
Matrix;
43 DEF_VAR(std::vector<std::string>, DriverName, std::vector<std::string>(),
"Speed");
void onEvent(PKeyboardEvent event) override
DEF_VAR_IN(Real, DeltaTime,"")
::dyno::FixedJoint< Real > FixedJoint
::dyno::PointJoint< Real > PointJoint
::dyno::BallAndSocketJoint< Real > BallAndSocketJoint
::dyno::SliderJoint< Real > SliderJoint
::dyno::HingeJoint< Real > HingeJoint
~AnimationDriver() override
DEF_INSTANCE_IN(HierarchicalScene, HierarchicalScene,"Animation objects")
DEF_VAR(Real, Speed, 4,"Speed")
DECLARE_TCLASS(AnimationDriver, TDataType)
DEF_VAR(std::vector< std::string >, DriverName, std::vector< std::string >(), "Speed")
DEF_INSTANCE_IN(DiscreteElements< TDataType >, Topology, "Topology")
This is an implementation of AdditiveCCD based on peridyno.