Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
threevis
threevis
Commits
bfbe19ef
Commit
bfbe19ef
authored
Mar 21, 2018
by
Dario Seyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tracked down some last references to renamed functions
parent
49660d37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
threevis/context.py
threevis/context.py
+2
-2
No files found.
threevis/context.py
View file @
bfbe19ef
...
...
@@ -96,9 +96,9 @@ class Context(object):
mat
.
polygonOffsetUnits
=
0.1
if
normals
is
'vertex'
:
normals
=
calculate
P
oint
N
ormals
(
vertices
,
face_indices
)
normals
=
calculate
_p
oint
_n
ormals
(
vertices
,
face_indices
)
elif
normals
is
'face'
:
normals
=
calculate
F
ace
N
ormals
(
vertices
,
face_indices
)
normals
=
calculate
_f
ace
_n
ormals
(
vertices
,
face_indices
)
# Resolve the given attributes, it's ok if they are None
resolved_attribs
=
resolve_attributes
(
face_indices
,
[
normals
,
colors
,
uvs
])
...
...
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