5#ifndef S_SHARED_MESH_BUFFER_HPP_INCLUDED
6#define S_SHARED_MESH_BUFFER_HPP_INCLUDED
8#include <duckcpp/core/engine/irrArray.hpp>
9#include <duckcpp/core/engine/IMeshBuffer.hpp>
100 return dcpp::video::EIT_16BIT;
212 return MappingHintIndex;
221 MappingHintIndex=NewMappingHint;
264 if (cloneFlags & ECF_VERTICES)
277 clone->MappingHintIndex = MappingHintIndex;
void setDebugName(const dcpp::char_kt *newName)
Sets the debug name of the object.
Definition IReferenceCounted.hpp:163
Axis aligned bounding box in 3d dimensional space.
Definition aabbox3d.hpp:22
void reset(T x, T y, T z)
Resets the bounding box to a one-point box.
Definition aabbox3d.hpp:50
void addInternalPoint(const vector3d< T > &p)
Adds a point to the bounding box.
Definition aabbox3d.hpp:74
T * pointer()
Gets a pointer to the array.
Definition irrArray.hpp:381
dcpp::uint32_kt size() const
Get number of occupied elements of the array.
Definition irrArray.hpp:397
const T * const_pointer() const
Gets a const pointer to the array.
Definition irrArray.hpp:389
bool empty() const
Check if array is empty.
Definition irrArray.hpp:414
2d vector template class with lots of operators and methods.
Definition vector2d.hpp:22
3d vector template class with lots of operators and methods.
Definition vector3d.hpp:32
Class for holding a mesh with a single material.
Definition IMeshBuffer.hpp:41
@ ECF_INDICES
clone the vertices (or copy pointer for SSharedMeshBuffer)
Definition IMeshBuffer.hpp:205
Implementation of the IMeshBuffer interface with shared vertex list.
Definition SSharedMeshBuffer.hpp:17
virtual const dcpp::nub::vector3df & getPosition(dcpp::uint32_kt i) const override
returns position of vertex i
Definition SSharedMeshBuffer.hpp:135
dcpp::uint32_kt ChangedID_Vertex
ID used for hardware buffer management.
Definition SSharedMeshBuffer.hpp:294
virtual void append(const IMeshBuffer *const other) override
append the meshbuffer to the current buffer
Definition SSharedMeshBuffer.hpp:198
virtual E_HARDWARE_MAPPING getHardwareMappingHint_Index() const override
get the current hardware mapping hint
Definition SSharedMeshBuffer.hpp:210
dcpp::nub::array< dcpp::video::S3DVertex > * Vertices
Shared Array of vertices.
Definition SSharedMeshBuffer.hpp:288
virtual dcpp::uint16_kt * getIndices() override
returns pointer to indices
Definition SSharedMeshBuffer.hpp:86
virtual IMeshBuffer * createClone(int cloneFlags) const override
Create copy of the meshbuffer.
Definition SSharedMeshBuffer.hpp:260
virtual const dcpp::nub::vector2df & getTCoords(dcpp::uint32_kt i) const override
returns texture coord of vertex i
Definition SSharedMeshBuffer.hpp:163
virtual void recalculateBoundingBox() override
recalculates the bounding box. should be called if the mesh changed.
Definition SSharedMeshBuffer.hpp:122
virtual dcpp::nub::vector3df & getNormal(dcpp::uint32_kt i) override
returns normal of vertex i
Definition SSharedMeshBuffer.hpp:156
virtual dcpp::nub::vector3df & getPosition(dcpp::uint32_kt i) override
returns position of vertex i
Definition SSharedMeshBuffer.hpp:142
virtual dcpp::uint32_kt getIndexCount() const override
returns amount of indices
Definition SSharedMeshBuffer.hpp:92
virtual dcpp::uint32_kt getChangedID_Vertex() const override
Get the currently used ID for identification of changes.
Definition SSharedMeshBuffer.hpp:247
virtual void setPrimitiveType(E_PRIMITIVE_TYPE type) override
Describe what kind of primitive geometry is used by the meshbuffer.
Definition SSharedMeshBuffer.hpp:225
virtual E_PRIMITIVE_TYPE getPrimitiveType() const override
Get the kind of primitive geometry which is used by the meshbuffer.
Definition SSharedMeshBuffer.hpp:231
virtual E_HARDWARE_MAPPING getHardwareMappingHint_Vertex() const override
get the current hardware mapping hint
Definition SSharedMeshBuffer.hpp:204
virtual const dcpp::video::SColor & getColor(dcpp::uint32_kt i) const override
returns color of vertex i
Definition SSharedMeshBuffer.hpp:184
virtual const dcpp::video::SMaterial & getMaterial() const override
returns the material of this meshbuffer
Definition SSharedMeshBuffer.hpp:41
virtual void setBoundingBox(const dcpp::nub::aabbox3df &box) override
set user axis aligned bounding box
Definition SSharedMeshBuffer.hpp:110
E_PRIMITIVE_TYPE PrimitiveType
Primitive type used for rendering (triangles, lines, ...)
Definition SSharedMeshBuffer.hpp:307
virtual const void * getVertices() const override
returns pointer to vertices
Definition SSharedMeshBuffer.hpp:53
virtual dcpp::uint32_kt getChangedID_Index() const override
Get the currently used ID for identification of changes.
Definition SSharedMeshBuffer.hpp:251
virtual dcpp::nub::vector2df & getTCoords(dcpp::uint32_kt i) override
returns texture coord of vertex i
Definition SSharedMeshBuffer.hpp:170
SSharedMeshBuffer()
constructor
Definition SSharedMeshBuffer.hpp:20
dcpp::video::SMaterial Material
Material of this meshBuffer.
Definition SSharedMeshBuffer.hpp:285
virtual void append(const void *const vertices, dcpp::uint32_kt numVertices, const dcpp::uint16_kt *const indices, dcpp::uint32_kt numIndices) override
append the vertices and indices to the current buffer
Definition SSharedMeshBuffer.hpp:192
dcpp::uint32_kt ChangedID_Index
ID used for hardware buffer management.
Definition SSharedMeshBuffer.hpp:297
dcpp::nub::array< dcpp::uint16_kt > Indices
Array of indices.
Definition SSharedMeshBuffer.hpp:291
dcpp::nub::aabbox3df BoundingBox
Bounding box.
Definition SSharedMeshBuffer.hpp:300
virtual void setDirty(E_BUFFER_TYPE buffer=EBT_VERTEX_AND_INDEX) override
flags the mesh as changed, reloads hardware buffers
Definition SSharedMeshBuffer.hpp:237
virtual EMESH_BUFFER_TYPE getType() const override
Returns type of the class implementing the IMeshBuffer.
Definition SSharedMeshBuffer.hpp:254
virtual dcpp::video::SColor & getColor(dcpp::uint32_kt i) override
returns color of vertex i
Definition SSharedMeshBuffer.hpp:177
virtual dcpp::video::E_INDEX_TYPE getIndexType() const override
Get type of index data which is stored in this meshbuffer.
Definition SSharedMeshBuffer.hpp:98
virtual dcpp::uint32_kt getVertexCount() const override
returns amount of vertices
Definition SSharedMeshBuffer.hpp:71
virtual void * getVertices() override
returns pointer to vertices
Definition SSharedMeshBuffer.hpp:62
virtual void setHardwareMappingHint(E_HARDWARE_MAPPING NewMappingHint, E_BUFFER_TYPE buffer=EBT_VERTEX_AND_INDEX) override
set the hardware mapping hint, for driver
Definition SSharedMeshBuffer.hpp:216
E_HARDWARE_MAPPING MappingHintVertex
hardware mapping hint
Definition SSharedMeshBuffer.hpp:303
virtual dcpp::video::E_VERTEX_TYPE getVertexType() const override
returns which type of vertex data is stored.
Definition SSharedMeshBuffer.hpp:116
virtual const dcpp::nub::vector3df & getNormal(dcpp::uint32_kt i) const override
returns normal of vertex i
Definition SSharedMeshBuffer.hpp:149
virtual const dcpp::uint16_kt * getIndices() const override
returns pointer to indices
Definition SSharedMeshBuffer.hpp:80
virtual dcpp::video::SMaterial & getMaterial() override
returns the material of this meshbuffer
Definition SSharedMeshBuffer.hpp:47
SSharedMeshBuffer(dcpp::nub::array< dcpp::video::S3DVertex > *vertices)
constructor
Definition SSharedMeshBuffer.hpp:32
virtual const dcpp::nub::aabbox3df & getBoundingBox() const override
returns an axis aligned bounding box
Definition SSharedMeshBuffer.hpp:104
Class representing a 32 bit ARGB color.
Definition SColor.hpp:317
Class for holding parameters for a material renderer.
Definition SMaterial.hpp:304
E_BUFFER_TYPE
Definition EHardwareBufferFlags.hpp:29
@ EBT_INDEX
Change the index mapping.
Definition EHardwareBufferFlags.hpp:35
@ EBT_VERTEX_AND_INDEX
Change both vertex and index mapping to the same value.
Definition EHardwareBufferFlags.hpp:37
@ EBT_VERTEX
Change the vertex mapping.
Definition EHardwareBufferFlags.hpp:33
E_PRIMITIVE_TYPE
Enumeration for all primitive types there are.
Definition EPrimitiveTypes.hpp:15
@ EPT_TRIANGLES
Explicitly set all vertices for each triangle.
Definition EPrimitiveTypes.hpp:37
EMESH_BUFFER_TYPE
An enumeration for all types of built-in mesh buffers.
Definition EMeshBufferTypes.hpp:18
E_HARDWARE_MAPPING
Definition EHardwareBufferFlags.hpp:14
@ EHM_NEVER
Don't store on the hardware.
Definition EHardwareBufferFlags.hpp:16
E_VERTEX_TYPE
Enumeration for all vertex types there are.
Definition S3DVertex.hpp:19
@ EVT_STANDARD
Standard vertex type used by the Duckcpp engine, dcpp::video::S3DVertex.
Definition S3DVertex.hpp:21
As of Duckcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11
unsigned int uint32_kt
32 bit unsigned variable.
Definition irrTypes.hpp:64
unsigned short uint16_kt
16 bit unsigned variable.
Definition irrTypes.hpp:46