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

Go to the source code of this file.

Classes

class  SLMesh
 An SLMesh object is a triangulated mesh, drawn with one draw call. More...
 

Typedefs

typedef vector< SLMesh * > SLVMesh
 

Detailed Description

Date
July 2014
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 SLMesh.h.

Typedef Documentation

◆ SLVMesh

typedef vector<SLMesh*> SLVMesh

Definition at line 263 of file SLMesh.h.