MCPcopy
hub / github.com/stemkoski/stemkoski.github.com / getMaterial

Function getMaterial

MathBox/mathbox-bundle.js:13050–13060  ·  view source on GitHub ↗
( name )

Source from the content-addressed store, hash-verified

13048 };
13049
13050 var getMaterial = function ( name ) {
13051
13052 if ( materials[ name ] === undefined ) {
13053
13054 THREE.warn( 'THREE.ObjectLoader: Undefined material', name );
13055
13056 }
13057
13058 return materials[ name ];
13059
13060 };
13061
13062 switch ( data.type ) {
13063

Callers 1

mathbox-bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected