Browse Source

Merge pull request #18077 from discordier/undeprecate-skeleton

Undeprecate Skeleton
Michael Herzog 5 years ago
parent
commit
bff4449108
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/objects/Skeleton.d.ts

+ 0 - 7
src/objects/Skeleton.d.ts

@@ -2,13 +2,6 @@ import { Bone } from './Bone';
 import { Matrix4 } from './../math/Matrix4';
 import { DataTexture } from './../textures/DataTexture';
 
-/**
- * @deprecated Use {@link Points THREE.Points} instead.
- */
-/**
- * @deprecated Use {@link Points THREE.Points} instead.
- */
-
 export class Skeleton {
 
 	constructor( bones: Bone[], boneInverses?: Matrix4[] );