MeshOBJLoader
This component belongs to the category of the MeshLoaders.
The MeshOBJLoader loads a mesh from a file under the format *.obj. Such a mesh file only supports surface meshes. The *.obj meshes can be generated using softwares like Blender.
Usage
No pre-requisite in your scene to use a MeshLoader.
Example
This component is used as follows in XML format:
<MeshOBJLoader name="ObjLoader" filename="mesh/floor3.obj" />
or using SofaPython3:
'MeshOBJLoader', name="ObjLoader", filename="mesh/floor3.obj") node.addObject(
An example scene involving a MeshOBJLoader is available in examples/Components/loader/MeshOBJLoader.scn
Last modified: 6 June 2023