23#ifndef VCL_BGFX_SETTINGS_DRAW_OBJECT_SETTINGS_BGFX_H
24#define VCL_BGFX_SETTINGS_DRAW_OBJECT_SETTINGS_BGFX_H
26#include <vclib/base.h>
28#include <vclib/bgfx/drawable/drawable_environment.h>
29#include <vclib/bgfx/drawers/uniforms/viewer_drawer_uniforms.h>
30#include <vclib/render/settings/pbr_viewer_settings.h>
A class representing an environment for PBR rendering.
Definition drawable_environment.h:46
A class representing a line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:41
A simple struct containing the settings to draw a drawable object in a bgfx canvas.
Definition draw_object_settings_bgfx.h:39
uint objectId
The object ID to assign to the object.
Definition draw_object_settings_bgfx.h:41
Definition pbr_viewer_settings.h:31