PixelLightAPI  .
Public Member Functions
PLMesh::MeshLoaderPL Class Reference

Mesh loader implementation for the PixelLight mesh binary (Little-Endian) file format. More...

#include <MeshLoaderPL.h>

Inheritance diagram for PLMesh::MeshLoaderPL:
Inheritance graph
[legend]

List of all members.

Public Member Functions

PLMESH_API bool Load (Mesh &cMesh, PLCore::File &cFile)
PLMESH_API bool LoadParams (Mesh &cMesh, PLCore::File &cFile, bool bStatic)
PLMESH_API bool Save (Mesh &cMesh, PLCore::File &cFile)
PLMESH_API MeshLoaderPL ()
 Default constructor.
virtual PLMESH_API ~MeshLoaderPL ()
 Destructor.

Detailed Description

Mesh loader implementation for the PixelLight mesh binary (Little-Endian) file format.


Constructor & Destructor Documentation

Default constructor.

virtual PLMESH_API PLMesh::MeshLoaderPL::~MeshLoaderPL ( ) [virtual]

Destructor.


Member Function Documentation

PLMESH_API bool PLMesh::MeshLoaderPL::Load ( Mesh cMesh,
PLCore::File cFile 
)
PLMESH_API bool PLMesh::MeshLoaderPL::LoadParams ( Mesh cMesh,
PLCore::File cFile,
bool  bStatic 
)
PLMESH_API bool PLMesh::MeshLoaderPL::Save ( Mesh cMesh,
PLCore::File cFile 
)

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


PixelLight PixelLight 0.9.10-R1
Copyright (C) 2002-2011 by The PixelLight Team
Last modified Fri Dec 23 2011 15:51:21
The content of this PixelLight document is published under the
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported