瀏覽代碼

Undeprecate Skeleton

Christian Schiffler 5 年之前
父節點
當前提交
6397c2495d
共有 1 個文件被更改,包括 0 次插入7 次删除
  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[] );