Skip to content

Commit 04e82e2

Browse files
author
태재영
committed
fix typo
1 parent a0ba22c commit 04e82e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/webgl-skinning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and then **per vertex** setting the influence of each bone to that vertex.
1212

1313
So for example the hand bone would have nearly 100% influence on the vertices
1414
near the hand of a character where as the foot bone would have zero influence
15-
on those same vertices. The vertices in around the wrist would have some influence form the hand bone and also some from the arm bone.
15+
on those same vertices. The vertices in around the wrist would have some influence from the hand bone and also some from the arm bone.
1616

1717
The basic part is that you need bones (which is just a fancy way of saying
1818
a matrix hierarchy) and weights. Weights are per vertex values that go

0 commit comments

Comments
 (0)