Buckets:

imerfanrajabee's picture
download
raw
312 Bytes
export default /* glsl */`
vec4 mvPosition = vec4( transformed, 1.0 );
#ifdef USE_BATCHING
mvPosition = batchingMatrix * mvPosition;
#endif
#ifdef USE_INSTANCING
mvPosition = instanceMatrix * mvPosition;
#endif
mvPosition = modelViewMatrix * mvPosition;
gl_Position = projectionMatrix * mvPosition;
`;

Xet Storage Details

Size:
312 Bytes
·
Xet hash:
9e2b8c9782a5f7bcf8ee7ec8ea39b601682d6d0dc41f04bb7937b9fa68349103

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.