VRay SDK for C++
Loading...
Searching...
No Matches
VRay::AnimatedTransform Struct Reference

Used in Proxy::createMeshFile() and Proxy::createCombinedMeshFile() More...

#include <vraysdk.hpp>

Public Member Functions

 AnimatedTransform (AnimatedTransform &&) noexcept=default
 
 AnimatedTransform (const AnimatedTransform &)=default
 
 AnimatedTransform (const std::vector< Transform > &transforms, const std::vector< int > &keyFrames) noexcept
 
 AnimatedTransform (std::vector< Transform > &&transforms, std::vector< int > &&keyFrames) noexcept
 
AnimatedTransformoperator= (AnimatedTransform &&) noexcept=default
 
AnimatedTransformoperator= (const AnimatedTransform &)=default
 

Public Attributes

std::vector< int > keyFrames
 List of keyFrames contained in the animation. The size must be equal to the size of the transformations list.
 
std::vector< Transformtransforms
 List of transformations contained in the animation. The size must be equal to the size of the keyFrames list.
 

Detailed Description


The documentation for this struct was generated from the following file: