Repositories (1)
Transitioning360
1 snippets stored for this repo
var keyFrame = (int)((float)frame / videoPlayer.frameCount * pixelSaliencyTextureList.Count);
//Debug.Log(string.Format("son of a bitch, keyFrame:{0}, pixelSaliencyTextureList.count:{1}", keyFrame, pixelSaliencyTextureList.Count));
//Debug.Log(string.Format("son of a bitch, videoPlayer.frame:{0},videoPlayer.frameCount:{1}", videoPlayer.frame, videoPlayer.frameCount));