opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
libopynsim
graphics
render_model_in_state.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
liboscar/graphics/texture2d.h
>
4
#include <
liboscar/maths/vector.h
>
5
6
namespace
opyn
{
class
OPynSimApp; }
7
namespace
opyn
{
class
Model; }
8
namespace
opyn
{
class
ModelState; }
9
10
namespace
opyn
11
{
12
osc::Texture2D
render_model_in_state
(
13
OPynSimApp
&,
14
const
Model
&,
15
const
ModelState
&,
16
osc::Vector2
dimensions,
17
bool
zoom_to_fit,
18
bool
draw_floor
19
);
20
}
opyn::ModelState
Definition
model_state.h:19
opyn::Model
Definition
model.h:26
opyn::OPynSimApp
Definition
opynsim_app.h:7
osc::Texture2D
Definition
texture2d.h:22
osc::Vector< float, 2 >
opyn
Definition
component_registry.h:14
opyn::render_model_in_state
osc::Texture2D render_model_in_state(OPynSimApp &, const Model &, const ModelState &, osc::Vector2 dimensions, bool zoom_to_fit, bool draw_floor)
texture2d.h
vector.h
Generated by
1.9.8