RenderableMesh

renders a model given a mesh. should only be used for procedural meshes; use Model3D for models instead

Members

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
gen_mesh
Mesh gen_mesh()

create the mesh

gen_model
void gen_model()

generate the model (from the mesh)

render
void render()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Properties

bounds
BoundingBox bounds [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
effect
Effect effect [@property getter]

gets the effect

effect
Effect effect [@property setter]

sets the effect

model
Model model [@property getter]

gets the model

Meta