import type { HighFragment } from '../HighFragment'; /** * super basic uv calculation - we just pass them to the fragment */ export declare const uvsStandard: HighFragment; /** * uv calculation taking a frame into account. * this lets us use a texture in a sprite sheet */ export declare const uvsWithFrameStandard: HighFragment; //# sourceMappingURL=uvFragments.d.ts.map