naev 0.12.5
Animation Struct Reference
Collaboration diagram for Animation:

Data Fields

char * name
AnimationSamplersamplers
size_t nsamplers
AnimationChannelchannels
size_t nchannels

Detailed Description

Definition at line 151 of file gltf.h.

Field Documentation

◆ channels

AnimationChannel* Animation::channels

Channels of the animation.

Definition at line 155 of file gltf.h.

◆ name

char* Animation::name

Name of the animation.

Definition at line 152 of file gltf.h.

◆ nchannels

size_t Animation::nchannels

Number of channels.

Definition at line 156 of file gltf.h.

◆ nsamplers

size_t Animation::nsamplers

Number of sampler.s

Definition at line 154 of file gltf.h.

◆ samplers

AnimationSampler* Animation::samplers

Samplers of the animation.

Definition at line 153 of file gltf.h.


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