import type { HighFragment } from '../HighFragment'; /** * how the alpha of a material is calculated * this one just uses the alpha of the diffuse texture */ export declare const alphaStandard: HighFragment; /** * how the alpha of a material is calculated * this one just uses the alpha of the diffuse texture */ export declare const alphaMap: HighFragment; //# sourceMappingURL=alphaStandardFragments.d.ts.map