Skip to content

Commit

Permalink
Mention current GLES2 rendering bugs in the Skeleton2D class
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Sep 9, 2020
1 parent 8c5ed68 commit 59088b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Skeleton2D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
</brief_description>
<description>
Skeleton2D parents a hierarchy of [Bone2D] objects. It is a requirement of [Bone2D]. Skeleton2D holds a reference to the rest pose of its children and acts as a single point of access to its bones.
[b]Note:[/b] There are known issues with Skeleton2D rendering on mobile/web platforms when using the GLES2 renderer. It is advised to use the GLES3 renderer when using Skeleton2D for now.
</description>
<tutorials>
<link>https://docs.godotengine.org/en/latest/tutorials/animation/2d_skeletons.html</link>
Expand Down

0 comments on commit 59088b8

Please sign in to comment.