MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / getTexture

Function getTexture

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

Source from the content-addressed store, hash-verified

12859 if ( json !== undefined ) {
12860
12861 var getTexture = function ( name ) {
12862
12863 if ( textures[ name ] === undefined ) {
12864
12865 THREE.warn( 'THREE.ObjectLoader: Undefined texture', name );
12866
12867 }
12868
12869 return textures[ name ];
12870
12871 };
12872
12873 var loader = new THREE.MaterialLoader();
12874

Callers 1

mathbox-bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected