MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / handlePadding

Function handlePadding

webgl/js/three.min.js:6945–6949  ·  view source on GitHub ↗
( n )

Source from the content-addressed store, hash-verified

6943 if ( THREE.Loader.prototype.hasNormals( this ) ) this.computeTangents();
6944
6945 function handlePadding( n ) {
6946
6947 return ( n % 4 ) ? ( 4 - n % 4 ) : 0;
6948
6949 };
6950
6951 function parseMetaData( data, offset ) {
6952

Callers 1

ModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected