6 ref class MaterialInstance;
8 private ref class GeometryInstance
11 GeometryInstance(GeomCluster^ gc, MaterialInstance ^m);
12 GeometryInstance(kmyGfx::GeometryInstance* gi);
14 void setDisplayID(
unsigned int id);
15 unsigned int getDisplayID();
16 void setPickupID(
unsigned short id);
17 unsigned short getPickupID();
18 void setVisibility(
bool flg);
20 void stopPickup(
bool flg);
21 void useVAO(
bool flg);
23 void boundaryInvalidate() {
if (obj)obj->boundaryInvalidate(); }
24 kmyGfx::GeometryInstance* obj =
nullptr;
25 MaterialInstance^ getMaterialInstance();