Blender
V3.3
|
#include "BKE_mesh.h"
#include "BKE_object.h"
#include "BLI_delaunay_2d.h"
#include "BLI_math_vector.h"
#include "BLI_set.hh"
#include "DNA_object_types.h"
#include "IO_wavefront_obj.h"
#include "importer_mesh_utils.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::io | |
blender::io::obj | |
Functions | |
Vector< Vector< int > > | blender::io::obj::fixup_invalid_polygon (Span< float3 > vertex_coords, Span< int > face_vertex_indices) |
void | blender::io::obj::transform_object (Object *object, const OBJImportParams &import_params) |