コード例 #1
0
ファイル: SequenceRamses.cpp プロジェクト: arturoc/Entropy
	//--------------------------------------------------------------
	SnapshotRamses& SequenceRamses::getSnapshotForTime(float time)
	{
		setFrameForTime(time);
		return getSnapshot();
	}
コード例 #2
0
ofTexture* ofxImageSequence::getFrameForTime(float time)
{
	setFrameForTime(time);
	return &getTextureReference();
}
コード例 #3
0
ofTexture& ofxImageSequence::getTextureForTime(float time)
{
	setFrameForTime(time);
	return getTexture();
}