
##############
keyframeCamera
##############

.. js:function:: wv.Animation.keyframeCamera

   .. rst-class:: sig-pretty-signature
   
      | keyframeCamera(**t**\ : *number*\ , **camera**\ : :js:class:`Camera <wv.Camera>`\ , **animation**\ : :js:class:`Animation <wv.Animation.Animation>`\ ): *void*
   
   Convenience method that will update keyframe buffers for animation channels created with [[createChannelsForCamera]].
   
   **Parameters**
   
   
      **t**\ : *number*
   
   
         Animation time (in seconds) that will be used for the created keyframes
   
   
      **camera**\ : :js:class:`Camera <wv.Camera>`
   
   
         Camera containing the current values to keyframe.
   
   
      **animation**\ : :js:class:`Animation <wv.Animation.Animation>`
   
   
         An animation containing camera channels created using [[createChannelsForCamera]]
   
   
   
   **Returns**\ : *void*
   




