|
Visual Computing Library
devel
|
A simple struct containing the settings to draw a drawable object in a bgfx canvas. More...
#include <vclib/bgfx/settings/draw_object_settings_bgfx.h>
Public Attributes | |
| const DrawableEnvironment * | environment = nullptr |
| uint | objectId = 0 |
| The object ID to assign to the object. | |
| PBRViewerSettings | pbrSettings |
| uint | viewId = 0 |
A simple struct containing the settings to draw a drawable object in a bgfx canvas.
| uint vcl::DrawObjectSettingsBGFX::objectId = 0 |
The object ID to assign to the object.
<
The view ID on which to draw the object.