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

Function getGeometry

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

Source from the content-addressed store, hash-verified

13036 var object;
13037
13038 var getGeometry = function ( name ) {
13039
13040 if ( geometries[ name ] === undefined ) {
13041
13042 THREE.warn( 'THREE.ObjectLoader: Undefined geometry', name );
13043
13044 }
13045
13046 return geometries[ name ];
13047
13048 };
13049
13050 var getMaterial = function ( name ) {
13051

Callers 1

mathbox-bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected