]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java
Removing ancient 3d framework
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / proconf / g3d / animation / Animatable.java
diff --git a/org.simantics.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java b/org.simantics.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java
deleted file mode 100644 (file)
index d692afc..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-/*******************************************************************************\r
- * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.proconf.g3d.animation;\r
-\r
-import org.simantics.db.Graph;\r
-import org.simantics.db.Resource;\r
-\r
-\r
-/**\r
- * \r
- * TODO : multiple animations\r
- * TODO : remove setRandomAnimation\r
- * \r
- * @author Marko Luukkainen\r
- *\r
- */\r
-public interface Animatable {\r
-    \r
-    /**\r
-     * Sets used animation\r
-     * @param animation\r
-     */\r
-    public boolean setAnimation(Graph graph, Resource animation);\r
-    \r
-    /**\r
-     * Updates animation\r
-     * @param delta\r
-     */\r
-    public void animate(double delta, double frameTime);\r
-    \r
-    /**\r
-     * Sets random animation\r
-     * (Testing purposes)\r
-     */\r
-    public boolean setRandomAnimation(Graph graph);\r
-\r
-}\r