export interface IGeometry{ index: any; position: any; uv: any; } export function indexable(vertices:any,index?:any) { }