|
Visual Computing Library
devel
|
A simple struct containing the settings to draw a drawable object in a bgfx canvas. More...
#include <vclib/bgfx/drawable/draw_object_settings_bgfx.h>
Public Attributes | |
| uint | objectId = 0 |
| The object ID to assign to the object. | |
| bool | pbrMode = false |
| uint | viewId = 0 |
| Option that tells whether the object must be drawn in PBR mode. | |
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.