dashboard
repositories
activity
search
login
Normand Briere
/
GrafreeD
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix shadow and bump issue.
Normand Briere
2019-06-09
cd87df088b1850ba0c90beb6c866c443e4eaf3b9
[~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);
}