SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
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:

Go to the source code of 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...
 

Detailed Description

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

Definition in file SLEntities.h.

Typedef Documentation

◆ SLVEntity

typedef vector<SLEntity> SLVEntity

Vector of SLEntity.

Definition at line 43 of file SLEntities.h.