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

Public Types

enum class  Type { Linear , Step , CubicSpline }
 

Public Attributes

int32_t input { -1 }
 
int32_t output { -1 }
 
Type interpolation { Sampler::Type::Linear }
 
nlohmann::json extensionsAndExtras {}
 

Detailed Description

Definition at line 443 of file gltf.h.

Member Enumeration Documentation

◆ Type

enum class fx::gltf::Animation::Sampler::Type
strong

Definition at line 445 of file gltf.h.

Member Data Documentation

◆ extensionsAndExtras

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

Definition at line 457 of file gltf.h.

◆ input

int32_t fx::gltf::Animation::Sampler::input { -1 }

Definition at line 452 of file gltf.h.

◆ interpolation

Type fx::gltf::Animation::Sampler::interpolation { Sampler::Type::Linear }

Definition at line 455 of file gltf.h.

◆ output

int32_t fx::gltf::Animation::Sampler::output { -1 }

Definition at line 453 of file gltf.h.


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