提交 612acfcf 编写于 作者: J Jiulong Hu

Add WebGLRenderStates.d.ts

上级 aeead9fe
import { Object3D } from '../../core/Object3D';
import { BufferGeometry } from '../../core/BufferGeometry';
import { Material } from '../../materials/Material';
import { WebGLProgram } from './WebGLProgram';
export class WebGLMorphtargets {
constructor( gl: WebGLRenderingContext );
update( object: Object3D, geometry: BufferGeometry, material: Material, program: WebGLProgram ): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册