@webviz/subsurface-viewer
Version:
3D visualization component for subsurface reservoir data
8 lines • 351 B
JavaScript
import { PRECISION } from "./precisionForTests-shaders-glsl";
/** In Phong shading, the normal vector is linearly interpolated across the surface of the polygon from the polygon's vertex normals. */
export const precisionForTests = {
name: "precisionForTests",
vs: PRECISION,
fs: PRECISION,
};
//# sourceMappingURL=precisionForTests.js.map