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

#include <Mesh.hpp>

Public Member Functions

 VertexPN (void)
 
 VertexPN (const Vec3f &pp, const Vec3f &nn)
 

Static Public Member Functions

static void listAttribs (MeshBase &mesh)
 

Public Attributes

Vec3f p
 
Vec3f n
 

Detailed Description

Definition at line 253 of file Mesh.hpp.

Constructor & Destructor Documentation

FW::VertexPN::VertexPN ( void  )
inline

Definition at line 258 of file Mesh.hpp.

FW::VertexPN::VertexPN ( const Vec3f pp,
const Vec3f nn 
)
inline

Definition at line 259 of file Mesh.hpp.

Member Function Documentation

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

Definition at line 261 of file Mesh.hpp.

Member Data Documentation

Vec3f FW::VertexPN::n

Definition at line 256 of file Mesh.hpp.

Vec3f FW::VertexPN::p

Definition at line 255 of file Mesh.hpp.


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