Home
last modified time | relevance | path

Searched refs:velocity_x_schedule_ (Results 1 – 1 of 1) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/src/
H A Dparticle_system.cpp148 velocity_x_schedule_ = node["velocity_x_schedule"].as_list_int(); in simple_particle_system_info()
155 …random_schedule_ = node["random_schedule"].as_bool(velocity_x_schedule_.empty() == false || veloci… in simple_particle_system_info()
171 std::vector<int> velocity_x_schedule_, velocity_y_schedule_; member
391 if(info_.velocity_x_schedule_.empty() == false) { in process()
397 p->velocity[0] += info_.velocity_x_schedule_[ncycle%info_.velocity_x_schedule_.size()]; in process()
399 p->velocity[0] -= info_.velocity_x_schedule_[(ncycle-1)%info_.velocity_x_schedule_.size()]; in process()