Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
84ec585c
Verified
Commit
84ec585c
authored
Apr 16, 2021
by
Justin Carpentier
Browse files
assimp: remove useless comment
parent
47216e4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mesh_loader/assimp.cpp
View file @
84ec585c
...
...
@@ -94,9 +94,6 @@ void Loader::load (const std::string & resource_path)
aiProcess_Triangulate
|
aiProcess_RemoveComponent
|
aiProcess_ImproveCacheLocality
|
// TODO: I (Joseph Mirabel) have no idea whether degenerated triangles are
// properly handled. Enabling aiProcess_FindDegenerates would throw an
// exception when that happens. Is it too conservative ?
aiProcess_FindDegenerates
|
aiProcess_JoinIdenticalVertices
);
...
...
Write
Preview
Supports
Markdown
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