naev 0.12.6
AnimationSampler Struct Reference

Data Fields

float * time
GLfloat * data
AnimationInterpolation interp
size_t n
size_t l
size_t cur
GLfloat max

Detailed Description

Definition at line 135 of file gltf.h.

Field Documentation

◆ cur

size_t AnimationSampler::cur

Current activate keyframe.

Definition at line 141 of file gltf.h.

◆ data

GLfloat* AnimationSampler::data

Associated data for keyframes.

Definition at line 137 of file gltf.h.

◆ interp

AnimationInterpolation AnimationSampler::interp

Type of interpolation.

Definition at line 138 of file gltf.h.

◆ l

size_t AnimationSampler::l

Length of each data element.

Definition at line 140 of file gltf.h.

◆ max

GLfloat AnimationSampler::max

Last time of keyframe.

Definition at line 142 of file gltf.h.

◆ n

size_t AnimationSampler::n

Number of keyframes.

Definition at line 139 of file gltf.h.

◆ time

float* AnimationSampler::time

Time data for keyframes.

Definition at line 136 of file gltf.h.


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