Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Сергей Никулкин
mesh_loader
Commits
29ffc436
Commit
29ffc436
authored
3 years ago
by
Сергей Никулкин
Browse files
Options
Download
Patches
Plain Diff
Update AneuMeshLoader.cpp
parent
20d716fd
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/AneuMeshLoader.cpp
+1
-1
src/AneuMeshLoader.cpp
with
1 addition
and
1 deletion
+1
-1
src/AneuMeshLoader.cpp
+
1
−
1
View file @
29ffc436
...
@@ -21,7 +21,7 @@ void AneuMeshLoader::LoadMesh(const std::string& filename) {
...
@@ -21,7 +21,7 @@ void AneuMeshLoader::LoadMesh(const std::string& filename) {
for
(
int
i
=
1
;
i
<=
amount
;
++
i
)
{
for
(
int
i
=
1
;
i
<=
amount
;
++
i
)
{
Node
tmp
;
Node
tmp
;
tmp
.
id
=
i
;
tmp
.
id
=
i
;
file
>>
tmp
.
x
>>
tmp
.
y
>>
tmp
.
z
;
file
>>
tmp
.
coord
[
0
]
>>
tmp
.
coord
[
1
]
>>
tmp
.
coord
[
2
]
;
tmp
.
ver
=
true
;
tmp
.
ver
=
true
;
nodes
.
push_back
(
tmp
);
nodes
.
push_back
(
tmp
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets