mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
OpenGL support through GLEW. Only active if compiled with SLIC3R_GUI=1.
This commit is contained in:
parent
266e1c4be1
commit
2a5095a1ea
8 changed files with 58 additions and 12 deletions
|
@ -72,8 +72,10 @@ protected:
|
|||
std::vector<float> m_signed_distance_field;
|
||||
};
|
||||
|
||||
#ifdef SLIC3R_GUI
|
||||
// Debugging utility. Save the signed distance field.
|
||||
extern void save_png(const Grid &grid, const BoundingBox &bbox, coord_t resolution, const char *path);
|
||||
#endif /* SLIC3R_GUI */
|
||||
|
||||
} // namespace EdgeGrid
|
||||
} // namespace Slic3r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue