Implementation for the GLC_MeshData class. More...
#include "glc_meshdata.h"#include "../glc_state.h"Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const GLC_MeshData &meshData) |
| Non-member stream operator. | |
| QDataStream & | operator>> (QDataStream &stream, GLC_MeshData &meshData) |
Implementation for the GLC_MeshData class.
Definition in file glc_meshdata.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, | |
| const GLC_MeshData & | meshData | |||
| ) |
Non-member stream operator.
Definition at line 348 of file glc_meshdata.cpp.
References GLC_MeshData::colorVector(), GLC_MeshData::m_ChunkId, GLC_MeshData::m_LodList, GLC_MeshData::normalVector(), GLC_MeshData::positionVector(), and GLC_MeshData::texelVector().
| QDataStream& operator>> | ( | QDataStream & | stream, | |
| GLC_MeshData & | meshData | |||
| ) |
Definition at line 370 of file glc_meshdata.cpp.
References GLC_MeshData::clear(), GLC_MeshData::colorVectorHandle(), GLC_MeshData::m_ChunkId, GLC_MeshData::m_LodList, GLC_MeshData::normalVectorHandle(), GLC_MeshData::positionVectorHandle(), and GLC_MeshData::texelVectorHandle().