Esempio n. 1
0
void LifeCounter::Update(Time time, InputState const &input) {
	double t = time.Elapsed().Seconds();
	orientation = orientation * quat(vec3(0,t,0));
}