group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
SkinningBackend.hpp File Reference

Pluggable skinning interface — phase-1 CPU LBS; GPU backend slots in later. More...

#include "CharacterRig.hpp"
#include "renderer/ModelLoader.hpp"
#include <glm/glm.hpp>
#include <vector>
Include dependency graph for SkinningBackend.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ISkinningBackend
 Abstract skinning backend. More...
 
class  CpuLbsSkinningBackend
 CPU Linear Blend Skinning — pure function; no state between calls. More...
 

Detailed Description

Pluggable skinning interface — phase-1 CPU LBS; GPU backend slots in later.