Blender
V3.3
|
#include <cstdint>
#include <cstdio>
#include "BKE_main.h"
#include "BKE_mesh.h"
#include "BLI_array.hh"
#include "BLI_memory_utils.hh"
#include "DNA_mesh_types.h"
#include "stl_import.hh"
#include "stl_import_binary_reader.hh"
#include "stl_import_mesh.hh"
Go to the source code of this file.
Classes | |
struct | blender::io::stl::STLBinaryTriangle |
Namespaces | |
blender | |
blender::io | |
blender::io::stl | |
Functions | |
Mesh * | blender::io::stl::read_stl_binary (FILE *file, Main *bmain, char *mesh_name, bool use_custom_normals) |