|
@@ -1,5 +1,5 @@
|
|
|
import {
|
|
|
- Material
|
|
|
+ ShaderMaterial
|
|
|
} from '../../../src/Three';
|
|
|
|
|
|
import { Pass } from './Pass';
|
|
@@ -9,7 +9,7 @@ export class ShaderPass extends Pass {
|
|
|
constructor( shader: object, textureID?: string );
|
|
|
textureID: string;
|
|
|
uniforms: { [name: string]: { value: any } };
|
|
|
- material: Material;
|
|
|
+ material: ShaderMaterial;
|
|
|
fsQuad: object;
|
|
|
|
|
|
}
|