Skip to content
Snippets Groups Projects
Commit 45b35403 authored by Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) :zap:
Browse files

OBJImporter: Document default behaviors

parent 2034b880
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,12 @@ public:
///@{
/**
* Specify the name of the file to read.
* FileName must be provided.
* FileNameMTL can be provided, if not provided, we will do, in order:
* - Use mtllib is provided in the .obj file
* - Check for a FileName.mtl and use it if it exists
* - Check for a FileStem.mtl and use it if it exists
* TexturePath can be provided, it not provided, the folder containing FileName will be used
*/
void SetFileName(VTK_FILEPATH const char* arg);
void SetFileNameMTL(VTK_FILEPATH const char* arg);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment