Public Member Functions

sp::video::VertexFormatFull Class Reference

#include <spVertexFormatList.hpp>

Inheritance diagram for sp::video::VertexFormatFull:
sp::video::VertexFormat

List of all members.

Public Member Functions

 VertexFormatFull ()
 ~VertexFormatFull ()
u32 getFormatSize () const
 With this vertex format each vertex needs 152 bytes on VRAM.

Detailed Description

Full predefined vertex format with the following attributes: Coordinate (float[3]), Normal (float[3]), Binormal (float[3]), Tangent (float[3]), Color (unsigned char[4]), FogCoord (float), TexCoord[0 - 7] (float[3]).


Constructor & Destructor Documentation

sp::video::VertexFormatFull::VertexFormatFull (  ) 
sp::video::VertexFormatFull::~VertexFormatFull (  ) 

Member Function Documentation

u32 sp::video::VertexFormatFull::getFormatSize (  )  const [virtual]

With this vertex format each vertex needs 152 bytes on VRAM.

Reimplemented from sp::video::VertexFormat.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines