NTrace
GPU ray tracing framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
FW::VertexPNC Struct Reference

#include <Mesh.hpp>

Public Member Functions

 VertexPNC (void)
 
 VertexPNC (const Vec3f &pp, const Vec3f &nn, const Vec4f &cc)
 

Static Public Member Functions

static void listAttribs (MeshBase &mesh)
 

Public Attributes

Vec3f p
 
Vec3f n
 
Vec4f c
 

Detailed Description

Definition at line 270 of file Mesh.hpp.

Constructor & Destructor Documentation

FW::VertexPNC::VertexPNC ( void  )
inline

Definition at line 276 of file Mesh.hpp.

FW::VertexPNC::VertexPNC ( const Vec3f pp,
const Vec3f nn,
const Vec4f cc 
)
inline

Definition at line 277 of file Mesh.hpp.

Member Function Documentation

static void FW::VertexPNC::listAttribs ( MeshBase mesh)
inlinestatic

Definition at line 279 of file Mesh.hpp.

Member Data Documentation

Vec4f FW::VertexPNC::c

Definition at line 274 of file Mesh.hpp.

Vec3f FW::VertexPNC::n

Definition at line 273 of file Mesh.hpp.

Vec3f FW::VertexPNC::p

Definition at line 272 of file Mesh.hpp.


The documentation for this struct was generated from the following file: