Kaydet (Commit) 5d501152 authored tarafından weigao's avatar weigao Kaydeden (comit) Markus Mohrhard

add drag animation for benchmark

Change-Id: Ie9146272dd88b7b51edace7023048629874c360f
üst 483cfd6f
...@@ -180,7 +180,6 @@ public: ...@@ -180,7 +180,6 @@ public:
mbExecuting(false) mbExecuting(false)
{ {
} }
protected: protected:
virtual void execute() SAL_OVERRIDE; virtual void execute() SAL_OVERRIDE;
private: private:
...@@ -194,7 +193,6 @@ private: ...@@ -194,7 +193,6 @@ private:
glm::vec3 maStartPos; glm::vec3 maStartPos;
glm::vec3 maEndPos; glm::vec3 maEndPos;
sal_Int32 mnSteps; sal_Int32 mnSteps;
bool mbExecuting; bool mbExecuting;
glm::vec3 maStep; glm::vec3 maStep;
glm::vec3 maStepDirection; glm::vec3 maStepDirection;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment