Method: Bvh::Motion#create_frame

Defined in:
lib/bvh/motion.rb

#create_frameObject

Creates a single frame that is an exact copy of the last frame in this animation.



33
34
35
# File 'lib/bvh/motion.rb', line 33

def create_frame
  frames.last.copy
end