MinerDrawable

Undocumented in source.

Constructors

this
this(World world, Material material, Camera cam)
Undocumented in source.

Members

Functions

draw
void draw(Node3d node, bool wireframe)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
bool visit(World world, SmallChunk* chunk)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

wireframe
bool wireframe [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
wireframe
bool wireframe [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_drawnCount
int _drawnCount;
Undocumented in source.
_skippedCount
int _skippedCount;
Undocumented in source.

Inherited Members

From MaterialDrawableObject

_material
MaterialRef _material;
Undocumented in source.
_autobindLights
bool _autobindLights;
Undocumented in source.
_lights
Lights _lights;
Undocumented in source.
material
MaterialRef material [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
autobindLights
bool autobindLights [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
autobindLights
bool autobindLights [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
bindLight
MaterialDrawableObject bindLight(Light light)
Undocumented in source. Be warned that the author may not have intended to support it.
unbindLight
MaterialDrawableObject unbindLight(Light light)
Undocumented in source. Be warned that the author may not have intended to support it.
_lightParamsBuffer
LightParams _lightParamsBuffer;
Undocumented in source.
lights
Node3d lights [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Node3d node, bool wireframe)
Undocumented in source. Be warned that the author may not have intended to support it.

From ChunkVisitor

visit
bool visit(World world, SmallChunk* chunk)
Undocumented in source.

Meta