Inheritance Graph
graph BT
StreamerMVBO
StreamerMVBO --> AbstractRenderingStreamer
click StreamerMVBO "classRendering_1_1Serialization_1_1StreamerMVBO"
click AbstractRenderingStreamer "classRendering_1_1Serialization_1_1AbstractRenderingStreamer"
Description
Die Daten sind wie folgt organisiert:
aVertex ist ein struct, dass so aussieht: struct aVertex{ Vector3f vertex; //3 float Vector4ub color; //4 unsigned char Vector4b normal; //4 char };
auch aFace ist ein struct:
struct aFace { uint32_t a; uint32_t b; uint32_t c; }
Public Static Attributes
Public Functions
Public Static Functions
Documentation
variable
Rendering::Serialization::StreamerMVBO::fileExtension
Defined in Rendering/Serialization/StreamerMVBO.h:59
function
Rendering::Serialization::StreamerMVBO::StreamerMVBO
Defined in Rendering/Serialization/StreamerMVBO.h:49
function
Rendering::Serialization::StreamerMVBO::~StreamerMVBO
Defined in Rendering/Serialization/StreamerMVBO.h:52
function
Rendering::Serialization::StreamerMVBO::loadGeneric
Load generic data from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Description list containing the generic data. The caller is responsible for the memory deallocation.
Defined in Rendering/Serialization/StreamerMVBO.h:55
function
Rendering::Serialization::StreamerMVBO::loadMesh
Load a mesh from the given stream.
Parameters
- input
- Use the data from the stream beginning at the preset position.
Returns
Mesh object. The caller is responsible for the memory deallocation.
Defined in Rendering/Serialization/StreamerMVBO.h:56
function
Rendering::Serialization::StreamerMVBO::queryCapabilities
Defined in Rendering/Serialization/StreamerMVBO.h:58