Karma Engine
Loading...
Searching...
No Matches
Animator.h
1#pragma once
2
3#include "krpch.h"
4
5namespace Karma
6{
7 // Anu-praan-aa - She who breathes (animated) life.
8 class KARMA_API Anuprana
9 {
10 // Mechanism for updating the animation time and determining the current pose (sequence, series of vertices transforms)
11 // and set the transforms in the bone-joint model.
12 };
13}
Definition Animator.h:9