Skip to content

Commit

Permalink
fix: codespell mistakes corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
m-agour committed Jun 11, 2024
1 parent d035213 commit 6abe08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fury/gltf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(self, filename, apply_normals=False):
self.animation_channels = {}
self.sampler_matrices = {}

# Skinning Informations
# Skinning Information
self.bone_tranforms = {}
self.keyframe_transforms = []
self.joints_0 = []
Expand Down Expand Up @@ -358,7 +358,7 @@ def get_buff_array(self, buff_id, d_type, byte_length,
d_type : type
Element data type
byte_length : int
The lenght of the buffer data
The length of the buffer data
byte_offset : int
The offset into the buffer in bytes
byte_stride : int
Expand Down

0 comments on commit 6abe08c

Please sign in to comment.