isodi ~master (2022-05-09T21:53:43.7454896)
Dub
Repo
OldModel
isodi
future
model
A model wrapper to be compatible with RenderBundle.
@
safe
class
OldModel :
AdvancedDrawableResource
{
Model
model
;
this
(Model model);
this
(Display display, string type);
void
drawOffset
(Camera camera, Position position);
}
Constructors
this
this
(Model model)
Undocumented in source.
this
this
(Display display, string type)
Undocumented in source.
Members
Functions
drawOffset
void
drawOffset
(Camera camera, Position position)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
model
Model
model
;
Undocumented in source.
Inherited Members
From AdvancedDrawableResource
draw
void
draw
(Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
drawOffset
void
drawOffset
(Camera camera, Position offset)
Undocumented in source.
Meta
Source
See Implementation
isodi
future
model
classes
OldModel
A model wrapper to be compatible with RenderBundle.