Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
ModelKeyframe Struct Reference

Structure representing the data of a 3D model keyframe. More...

#include <model.h>

Public Attributes

union { 
 
   vec3   value 
 
   versor   r_value 
 
};  
 
f32 time
 

Detailed Description

Structure representing the data of a 3D model keyframe.

This structure holds the transformation matrix and time of a keyframe.

Member Data Documentation

◆ value

vec3 ModelKeyframe::value

Value of the keyframe

◆ r_value

versor ModelKeyframe::r_value

Rotation of the keyframe

◆ [union]

union { ... } ModelKeyframe

◆ time

f32 ModelKeyframe::time

Time of the keyframe


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