import type { HighFragment } from '../HighFragment'; /** * calculates the modelMatrix of the geometry using * the uModelMatrix matrix */ export declare const modelMatrix: HighFragment; /** * calculates the modelMatrix of the geometry using * an instanced attribute array */ export declare const instancedModelMatrix: HighFragment; export declare const multiModelMatrix: HighFragment; export declare const multiModelMatrixFallback: HighFragment; //# sourceMappingURL=modelMatrixFragments.d.ts.map