Skip to content
Snippets Groups Projects
Commit 7ce50364 authored by Eric Wait's avatar Eric Wait
Browse files

Added a function that will make frames that pause a movie

parent 8afabae6
No related branches found
No related tags found
No related merge requests found
function movieFrames = D3dPause(numPauseFrames)
D3d.Update();
movieFrames = D3d.Viewer.CaptureWindow();
movieFrames = repmat(movieFrames,1,1,1,numPauseFrames);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment