i6engine
1.0
|
updates a terrain More...
#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/api/configs/GraphicsConfig.h>
Public Member Functions | |
Graphics_TerrainHeightmap_Update (const int64_t coid, const std::string &h, const double s, double i, uint32_t v, const std::vector< std::tuple< double, std::string, std::string, double, double >> &l, int64_t miX, int64_t miY, int64_t maX, int64_t maY) | |
Graphics_TerrainHeightmap_Update * | copy () |
Copy method returning an exact copy of itself. More... | |
Public Member Functions inherited from i6e::core::MessageStruct | |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int) |
MessageStruct () | |
Default constructor for MessageStruct. More... | |
MessageStruct (const MessageStruct &other) | |
Copy constructor for MessageStruct. More... | |
MessageStruct (const int64_t id, const IPKey &send, const int64_t waitID) | |
Constructor for MessageStruct. More... | |
MessageStruct (int64_t id, int64_t waitID) | |
virtual | ~MessageStruct () |
Virtual destructor. More... | |
int64_t | getID () const |
returns the id More... | |
int64_t | getWaitID () const |
returns the waitForId More... | |
Public Attributes | |
std::string | heightmap |
double | size |
double | inputScale |
uint32_t | vertices |
std::vector< std::tuple< double, std::string, std::string, double, double > > | layers |
int64_t | minX |
int64_t | minY |
int64_t | maxX |
int64_t | maxY |
Public Attributes inherited from i6e::core::MessageStruct | |
int64_t | _id |
IPKey | _sender |
int64_t | _waitForId |
updates a terrain
Definition at line 380 of file GraphicsConfig.h.
i6e::api::graphics::Graphics_TerrainHeightmap_Update::Graphics_TerrainHeightmap_Update | ( | const int64_t | coid, |
const std::string & | h, | ||
const double | s, | ||
double | i, | ||
uint32_t | v, | ||
const std::vector< std::tuple< double, std::string, std::string, double, double >> & | l, | ||
int64_t | miX, | ||
int64_t | miY, | ||
int64_t | maX, | ||
int64_t | maY | ||
) |
|
inlinevirtual |
Copy method returning an exact copy of itself.
Reimplemented from i6e::core::MessageStruct.
Definition at line 391 of file GraphicsConfig.h.
std::string i6e::api::graphics::Graphics_TerrainHeightmap_Update::heightmap |
Definition at line 381 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_TerrainHeightmap_Update::inputScale |
Definition at line 383 of file GraphicsConfig.h.
std::vector<std::tuple<double, std::string, std::string, double, double> > i6e::api::graphics::Graphics_TerrainHeightmap_Update::layers |
Definition at line 385 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightmap_Update::maxX |
Definition at line 388 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightmap_Update::maxY |
Definition at line 389 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightmap_Update::minX |
Definition at line 386 of file GraphicsConfig.h.
int64_t i6e::api::graphics::Graphics_TerrainHeightmap_Update::minY |
Definition at line 387 of file GraphicsConfig.h.
double i6e::api::graphics::Graphics_TerrainHeightmap_Update::size |
Definition at line 382 of file GraphicsConfig.h.
uint32_t i6e::api::graphics::Graphics_TerrainHeightmap_Update::vertices |
Definition at line 384 of file GraphicsConfig.h.