Buckets:

immErfanrajabee/bd / node_modules /three /src /renderers /shaders /ShaderChunk /morphinstance_vertex.glsl.js
imerfanrajabee's picture
download
raw
364 Bytes
export default /* glsl */`
#ifdef USE_INSTANCING_MORPH
float morphTargetInfluences[ MORPHTARGETS_COUNT ];
float morphTargetBaseInfluence = texelFetch( morphTexture, ivec2( 0, gl_InstanceID ), 0 ).r;
for ( int i = 0; i < MORPHTARGETS_COUNT; i ++ ) {
morphTargetInfluences[i] = texelFetch( morphTexture, ivec2( i + 1, gl_InstanceID ), 0 ).r;
}
#endif
`;

Xet Storage Details

Size:
364 Bytes
·
Xet hash:
c6c7980fbe28565c563d5ef0539eb8781d427df9e2677bfa572f631e9e14a027

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