Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Courses
Scotty3D
Commits
c933790f
Commit
c933790f
authored
Oct 15, 2020
by
TheNumbat
Browse files
don't join identical verts
parent
700a16fd
Changes
1
Show whitespace changes
Inline
Side-by-side
src/scene/scene.cpp
View file @
c933790f
...
@@ -502,7 +502,7 @@ std::string Scene::load(bool new_scene, Undo &undo, Gui::Manager &gui, std::stri
...
@@ -502,7 +502,7 @@ std::string Scene::load(bool new_scene, Undo &undo, Gui::Manager &gui, std::stri
file
.
c_str
(),
aiProcess_PopulateArmatureData
|
aiProcess_OptimizeMeshes
|
file
.
c_str
(),
aiProcess_PopulateArmatureData
|
aiProcess_OptimizeMeshes
|
aiProcess_ValidateDataStructure
|
aiProcess_FindInvalidData
|
aiProcess_ValidateDataStructure
|
aiProcess_FindInvalidData
|
aiProcess_FindInstances
|
aiProcess_FindDegenerates
|
aiProcess_FindInstances
|
aiProcess_FindDegenerates
|
aiProcess_DropNormals
|
aiProcess_JoinIdenticalVertices
);
aiProcess_DropNormals
);
if
(
!
scene
)
{
if
(
!
scene
)
{
return
"Parsing scene "
+
file
+
": "
+
std
::
string
(
importer
.
GetErrorString
());
return
"Parsing scene "
+
file
+
": "
+
std
::
string
(
importer
.
GetErrorString
());
...
...
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