UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

4 lines (3 loc) 247 B
import { Intersection } from 'three'; import { AttribType } from '../Constant'; export declare function resolveIntersectGeometryAttribute(intersection: Intersection, attribName: string, attribType: AttribType): string | number | null | undefined;