|
Blender V4.3
|
#include <cstdio>#include <system_error>#include "BLI_fileops.hh"#include "BLI_math_vector_types.hh"#include "BLI_memory_utils.hh"#include "DNA_mesh_types.h"#include "fast_float.h"#include "stl_data.hh"#include "stl_import_ascii_reader.hh"#include "stl_import_mesh.hh"Go to the source code of this file.
Classes | |
| class | blender::io::stl::StringBuffer |
Namespaces | |
| namespace | blender |
| namespace | blender::io |
| namespace | blender::io::stl |
Functions | |
| static void | blender::io::stl::parse_float3 (StringBuffer &buf, float3 &out) |
| Mesh * | blender::io::stl::read_stl_ascii (const char *filepath, const bool use_custom_normals) |