Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sean McBride
VTK
Commits
45b35403
Commit
45b35403
authored
1 month ago
by
Mathieu Westphal (Kitware)
Browse files
Options
Downloads
Patches
Plain Diff
OBJImporter: Document default behaviors
parent
2034b880
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
IO/Import/vtkOBJImporter.h
+6
-0
6 additions, 0 deletions
IO/Import/vtkOBJImporter.h
with
6 additions
and
0 deletions
IO/Import/vtkOBJImporter.h
+
6
−
0
View file @
45b35403
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment