Tramway SDK
Public Attributes | List of all members
tram::Render::Keyframe Struct Reference

#include <animation.h>

Public Attributes

float frame = 0.0f
 
vec3 location = {0.0f, 0.0f, 0.0f}
 
quat rotation = {1.0f, 0.0f, 0.0f, 0.0f}
 
vec3 scale = {1.0f, 1.0f, 1.0f}
 
char padding [4]
 

Member Data Documentation

◆ frame

float tram::Render::Keyframe::frame = 0.0f

◆ location

vec3 tram::Render::Keyframe::location = {0.0f, 0.0f, 0.0f}

◆ padding

char tram::Render::Keyframe::padding[4]

◆ rotation

quat tram::Render::Keyframe::rotation = {1.0f, 0.0f, 0.0f, 0.0f}

◆ scale

vec3 tram::Render::Keyframe::scale = {1.0f, 1.0f, 1.0f}

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