SLProject 4.0.000
SLEntities.h File Reference
#include <SLMat4.h>
#include <SLMesh.h>
Include dependency graph for SLEntities.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  SLEntity
 SLEntity is the Data Oriented Design version of a SLNode. More...
 
class  SLEntities
 Scenegraph in Data Oriented Design with flat std::vector of SLEntity. More...
 

Typedefs

typedef vector< SLEntitySLVEntity
 Vector of SLEntity. More...
 

Typedef Documentation

◆ SLVEntity

typedef vector<SLEntity> SLVEntity

Vector of SLEntity.