#include <Grid.h>
Public Member Functions | |
Grid (Material^ m) | |
~Grid () | |
void | setCount (unsigned int hcount, unsigned int vcount) |
Public Member Functions inherited from SharpKmyGfx::Primitive | |
void | setVisibility (bool flg) |
void | setPosture (SharpKmyMath::Matrix4^ posture) |
void | setDisplayID (unsigned int id) |
void | setPickupID (unsigned short id) |
void | stopPickup (bool flg) |
void | setDrawHidden (bool flg) |
void | setOverrideColor (float r, float g, float b, float a) |
void | setOpacityMultiplier (float p) |
MaterialInstance | getMaterialInstance () |
GeometryInstance | getGeometryInstance () |
Additional Inherited Members | |
Public Attributes inherited from SharpKmyGfx::Primitive | |
kmyGfx::Primitive * | obj = nullptr |
SharpKmyGfx::Grid::Grid | ( | Material^ | m | ) |
SharpKmyGfx::Grid::~Grid | ( | ) |
void SharpKmyGfx::Grid::setCount | ( | unsigned int | hcount, |
unsigned int | vcount | ||
) |