Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
Plugin-FileOBJ
Commits
91484374
Commit
91484374
authored
Jan 23, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix_parenthesis' into 'master'
add missing parenthesis in #if 0 code segment See merge request
!3
parents
b2797cdd
e5863af1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
FileOBJ.cc
FileOBJ.cc
+1
-1
No files found.
FileOBJ.cc
View file @
91484374
...
...
@@ -308,7 +308,7 @@ bool FileOBJPlugin::readMaterial(QString _filename, OBJImporter& _importer)
mat
.
set_Tr
(
f1
);
}
#if 0
else if (keyWrd == QLatin1String("map_") // map images
else if (keyWrd == QLatin1String("map_")
)
// map images
{
// map_Ks, specular map
// map_Ka, ambient map
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment