Browse Source

Merge pull request #20342 from ycw/patch-6

TS: Remove mysterious `@deprecated`s
Mr.doob 4 years ago
parent
commit
6178f315e8
1 changed files with 0 additions and 10 deletions
  1. 0 10
      src/materials/ShaderMaterial.d.ts

+ 0 - 10
src/materials/ShaderMaterial.d.ts

@@ -2,16 +2,6 @@ import { IUniform } from '../renderers/shaders/UniformsLib';
 import { MaterialParameters, Material } from './Material';
 import { MaterialParameters, Material } from './Material';
 import { GLSLVersion } from '../constants';
 import { GLSLVersion } from '../constants';
 
 
-/**
- * @deprecated Use {@link PointsMaterial THREE.PointsMaterial} instead
- */
-/**
- * @deprecated Use {@link PointsMaterial THREE.PointsMaterial} instead
- */
-/**
- * @deprecated Use {@link PointsMaterial THREE.PointsMaterial} instead
- */
-
 export interface ShaderMaterialParameters extends MaterialParameters {
 export interface ShaderMaterialParameters extends MaterialParameters {
 	uniforms?: { [uniform: string]: IUniform };
 	uniforms?: { [uniform: string]: IUniform };
 	vertexShader?: string;
 	vertexShader?: string;