Model3D

represents a 3d model

Constructors

this
this(Model model)
Undocumented in source.

Members

Functions

debug_render
void debug_render()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render()
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

Variables

model
Model model;

the model

Meta