|
Blender V4.3
|
#include <cstdint>#include <cstdio>#include "BKE_mesh.hh"#include "BLI_array.hh"#include "DNA_mesh_types.h"#include "stl_data.hh"#include "stl_import.hh"#include "stl_import_binary_reader.hh"#include "stl_import_mesh.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Functions | |
| Mesh * | blender::io::stl::read_stl_binary (FILE *file, const bool use_custom_normals) |