dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
new torus code and VR
Normand Briere
2018-05-22
42107f9a01652cb2f47228d20c1148a2a22f6a63
[~nbriere/GrafreeD.git]
/
mocap
/
player
/
PlayerFrameListener.java
1
2
3
4
5
6
7
8
9
package mocap.player;
/**
*
* @author Michael Kipp
*/
public interface PlayerFrameListener {
public void frameUpdate(int framenumber);
}