19 virtual void remove();
22 void setOption(ulong option, ulong value);
23 bool getOption(ulong option, ulong *value)
const;
24 void setScale(
float x,
float y,
float z);
25 void setScale(
const nw4r::math::VEC3 &scale);
29 void calc(
bool keepEnabledAfter);
30 void calcVtx(
bool keepEnabledAfter);
31 void setPriorityDraw(
int prioOpa,
int prioXlu);
33 nw4r::g3d::ScnObj *getScn()
const {
return mpScn; }
36 nw4r::g3d::ScnLeaf *mpScn;