Blender
V3.3
source
blender
io
wavefront_obj
importer
importer_mesh_utils.hh
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
7
#pragma once
8
9
#include "
BLI_math_vec_types.hh
"
10
#include "
BLI_span.hh
"
11
#include "
BLI_vector.hh
"
12
13
struct
Object
;
14
struct
OBJImportParams
;
15
16
namespace
blender::io::obj
{
17
29
Vector<Vector<int>>
fixup_invalid_polygon
(Span<float3> vertex_coords,
30
Span<int> face_vertex_indices);
31
35
void
transform_object
(
Object
*
object
,
const
OBJImportParams
&import_params);
36
37
}
// namespace blender::io::obj
BLI_math_vec_types.hh
BLI_span.hh
BLI_vector.hh
blender::io::obj
Definition:
obj_export_file_writer.cc:26
blender::io::obj::fixup_invalid_polygon
Vector< Vector< int > > fixup_invalid_polygon(Span< float3 > vertex_coords, Span< int > face_vertex_indices)
Definition:
importer_mesh_utils.cc:22
blender::io::obj::transform_object
void transform_object(Object *object, const OBJImportParams &import_params)
Definition:
importer_mesh_utils.cc:95
OBJImportParams
Definition:
IO_wavefront_obj.h:66
Object
Definition:
DNA_object_types.h:242
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1