UNPKG

ogl-typescript

Version:

TypeScript port of OGL WebGL Library

7 lines (6 loc) 173 B
import { Geometry } from '../core/Geometry'; export declare class Triangle extends Geometry { constructor(gl: any, { attributes }?: { attributes?: {}; }); }