未验证 提交 663cee8a 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #19721 from jhlee4/dev

TS: Change 'Material' to 'ShaderMaterial' in ShaderPass
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;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册