![]() |
Prusa Slicer 2.6.0
|
#include <GL/glew.h>#include "3DScene.hpp"#include "GLShader.hpp"#include "GUI_App.hpp"#include "Plater.hpp"#include "BitmapCache.hpp"#include "Camera.hpp"#include "libslic3r/BuildVolume.hpp"#include "libslic3r/ExtrusionEntity.hpp"#include "libslic3r/ExtrusionEntityCollection.hpp"#include "libslic3r/Geometry.hpp"#include "libslic3r/Print.hpp"#include "libslic3r/SLAPrint.hpp"#include "libslic3r/Slicing.hpp"#include "libslic3r/Format/STL.hpp"#include "libslic3r/Utils.hpp"#include "libslic3r/AppConfig.hpp"#include "libslic3r/PresetBundle.hpp"#include "libslic3r/ClipperUtils.hpp"#include "libslic3r/Tesselate.hpp"#include "libslic3r/PrintConfig.hpp"#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <boost/log/trivial.hpp>#include <boost/filesystem/operations.hpp>#include <boost/algorithm/string/predicate.hpp>#include <Eigen/Dense>
Include dependency graph for 3DScene.cpp:Go to the source code of this file.
Namespaces | |
| namespace | Slic3r |
Functions | |
| void | glAssertRecentCallImpl (const char *file_name, unsigned int line, const char *function_name) |
| ColorRGBA | Slic3r::color_from_model_volume (const ModelVolume &model_volume) |
| GLVolumeWithIdAndZList | Slic3r::volumes_to_render (const GLVolumePtrs &volumes, GLVolumeCollection::ERenderType type, const Transform3d &view_matrix, std::function< bool(const GLVolume &)> filter_func) |
| static void | Slic3r::thick_lines_to_geometry (const Lines &lines, const std::vector< double > &widths, const std::vector< double > &heights, bool closed, double top_z, GUI::GLModel::Geometry &geometry) |
| static void | Slic3r::thick_lines_to_geometry (const Lines3 &lines, const std::vector< double > &widths, const std::vector< double > &heights, bool closed, GUI::GLModel::Geometry &geometry) |
| void glAssertRecentCallImpl | ( | const char * | file_name, |
| unsigned int | line, | ||
| const char * | function_name | ||
| ) |
References error, and Slic3r::get_logging_level().
Referenced by glAssertRecentCall().
Here is the call graph for this function:
Here is the caller graph for this function: