Blender V4.3
stl_import_ascii_reader.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2023 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
11struct Mesh;
12
29namespace blender::io::stl {
30
31Mesh *read_stl_ascii(const char *filepath, bool use_custom_normals);
32
33} // namespace blender::io::stl
Mesh * read_stl_ascii(const char *filepath, const bool use_custom_normals)