libalmath  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Public Attributes | List of all members
AL::Math::glTF::Animation Struct Reference

#include <gltf.h>

Classes

struct  Indexes
 

Public Member Functions

size_t add_sampler (const Sampler &v)
 
size_t add_channel (const Channel &v)
 

Public Attributes

boost::optional< std::string > name
 
std::vector< Samplersamplers
 
std::vector< Channelchannels
 

Detailed Description

Definition at line 564 of file gltf.h.

Member Function Documentation

size_t AL::Math::glTF::Animation::add_channel ( const Channel v)
inline

Definition at line 577 of file gltf.h.

size_t AL::Math::glTF::Animation::add_sampler ( const Sampler v)
inline

Definition at line 573 of file gltf.h.

Member Data Documentation

std::vector<Channel> AL::Math::glTF::Animation::channels

Definition at line 572 of file gltf.h.

boost::optional<std::string> AL::Math::glTF::Animation::name

Definition at line 570 of file gltf.h.

std::vector<Sampler> AL::Math::glTF::Animation::samplers

Definition at line 571 of file gltf.h.


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