We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9e3bc commit 86a07a3Copy full SHA for 86a07a3
demosys/scene/mesh.py
@@ -56,7 +56,7 @@ def draw_bbox(self, proj_matrix, view_matrix, cam_matrix, program, vao):
56
def add_attribute(self, attr_type, name, components):
57
"""
58
Add metadata about the mesh
59
- :param attr_type: POSITION, NORMAL ec
+ :param attr_type: POSITION, NORMAL etc
60
:param name: The attribute name used in the program
61
:param components: Number of floats
62
0 commit comments