opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
render_model_in_state.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace opyn { class OPynSimApp; }
7namespace opyn { class Model; }
8namespace opyn { class ModelState; }
9
10namespace opyn
11{
14 const Model&,
15 const ModelState&,
16 osc::Vector2 dimensions,
17 bool zoom_to_fit,
18 bool draw_floor
19 );
20}
Definition model_state.h:19
Definition model.h:26
Definition opynsim_app.h:7
Definition texture2d.h:22
Definition component_registry.h:14
osc::Texture2D render_model_in_state(OPynSimApp &, const Model &, const ModelState &, osc::Vector2 dimensions, bool zoom_to_fit, bool draw_floor)