reng v0.3.3 (2020-07-30T23:47:39Z)
Dub
Repo
Model3D
re
gfx
shapes
model
represents a 3d model
class
Model3D : Component, Renderable3D {
mixin
Reflect
;
Model
model
;
this
(Model model);
Effect
effect
[@property getter];
Effect
effect
[@property setter];
BoundingBox
bounds
[@property getter];
void
render
();
void
debug_render
();
}
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
Source
See Implementation
re
gfx
shapes
model
classes
Model3D
represents a 3d model