SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLAnimTrack.h File Reference
#include <map>
#include <SLEnums.h>
#include <SLAnimKeyframe.h>
Include dependency graph for SLAnimTrack.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLAnimTrack
 Abstract base class for SLAnimationTracks providing time and keyframe functions. More...
 
class  SLNodeAnimTrack
 Specialized animation track for node animations. More...
 

Typedefs

typedef std::map< SLuint, SLNodeAnimTrack * > SLMNodeAnimTrack
 

Detailed Description

Date
Autumn 2014
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Authors
Marc Wacker, Marcus Hudritsch

Definition in file SLAnimTrack.h.

Typedef Documentation

◆ SLMNodeAnimTrack

Definition at line 94 of file SLAnimTrack.h.