cgv
Loading...
Searching...
No Matches
fx::gltf::Animation Struct Reference

Classes

struct  Channel
 
struct  Sampler
 

Public Attributes

std::string name {}
 
std::vector< Channelchannels {}
 
std::vector< Samplersamplers {}
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 425 of file gltf.h.

Member Data Documentation

◆ channels

std::vector<Channel> fx::gltf::Animation::channels {}

Definition at line 461 of file gltf.h.

◆ extensionsAndExtras

nlohmann::json fx::gltf::Animation::extensionsAndExtras {}

Definition at line 464 of file gltf.h.

◆ name

std::string fx::gltf::Animation::name {}

Definition at line 460 of file gltf.h.

◆ samplers

std::vector<Sampler> fx::gltf::Animation::samplers {}

Definition at line 462 of file gltf.h.


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