mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
1st installment of tech ENABLE_ENVIRONMENT_MAP
This commit is contained in:
parent
4b6bcd7028
commit
c63e03c367
11 changed files with 93 additions and 6 deletions
|
@ -319,6 +319,11 @@ public:
|
|||
const Camera& get_camera() const;
|
||||
Camera& get_camera();
|
||||
|
||||
#if ENABLE_ENVIRONMENT_MAP
|
||||
void init_environment_texture();
|
||||
unsigned int get_environment_texture_id() const;
|
||||
#endif // ENABLE_ENVIRONMENT_MAP
|
||||
|
||||
const Bed3D& get_bed() const;
|
||||
Bed3D& get_bed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue