Blender  V3.3
Public Member Functions | List of all members
blender::io::obj::MeshFromGeometry Class Reference

#include <obj_import_mesh.hh>

Inheritance diagram for blender::io::obj::MeshFromGeometry:
blender::NonMovable blender::NonCopyable

Public Member Functions

 MeshFromGeometry (Geometry &mesh_geometry, const GlobalVertices &global_vertices)
 
Objectcreate_mesh (Main *bmain, Map< std::string, std::unique_ptr< MTLMaterial >> &materials, Map< std::string, Material * > &created_materials, const OBJImportParams &import_params)
 

Detailed Description

Make a Blender Mesh Object from a Geometry of GEOM_MESH type.

Definition at line 23 of file obj_import_mesh.hh.

Constructor & Destructor Documentation

◆ MeshFromGeometry()

blender::io::obj::MeshFromGeometry::MeshFromGeometry ( Geometry mesh_geometry,
const GlobalVertices global_vertices 
)
inline

Definition at line 29 of file obj_import_mesh.hh.

Member Function Documentation

◆ create_mesh()

Object * blender::io::obj::MeshFromGeometry::create_mesh ( Main bmain,
Map< std::string, std::unique_ptr< MTLMaterial >> &  materials,
Map< std::string, Material * > &  created_materials,
const OBJImportParams import_params 
)

The documentation for this class was generated from the following files: