In src/objects/Skeleton.d.ts it is mentioned that Skeleton is deprecated and one should use Points instead.
This is even mentioned twice.
Is this by mistake and Skeleton has not been deprecated or it missing in the Upgrade Guide how to migrate to Points.
I fail to see how Points can replace the skeleton as the bone texture is only being built from bones.
Any pointers are highly welcome. I refrained from asking on SO as it feels like it has been marked deprecated by mistake.
This definitely looks like a mistake ... maybe something broken when generating the original typings files. Would you want to open a PR removing the @deprecated tags?
Will do so.
See #18077
Most helpful comment
This definitely looks like a mistake ... maybe something broken when generating the original typings files. Would you want to open a PR removing the
@deprecatedtags?