Home
last modified time | relevance | path

Searched refs:getKeyFrameIndexFromTime (Results 1 – 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DTimeLine.java55 return get(getKeyFrameIndexFromTime(time)); in getKeyFrameAtTime()
63 addKeyFrameAtIndex(getKeyFrameIndexFromTime(time), keyFrame); in addKeyFrameAtTime()
86 removeKeyFrame(getKeyFrameIndexFromTime(time)); in removeKeyFrame()
89 public int getKeyFrameIndexFromTime(float time) { in getKeyFrameIndexFromTime() method in TimeLine
DCinematic.java205 int keyFrameIndex = timeLine.getKeyFrameIndexFromTime(time); in onUpdate()
221 int keyFrameIndex = timeLine.getKeyFrameIndexFromTime(time); in setTime()