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

Function create_callback

webgl/js/three.min.js:8969–8983  ·  view source on GitHub ↗
( id )

Source from the content-addressed store, hash-verified

8967 };
8968
8969 function create_callback( id ) {
8970
8971 return function( geo ) {
8972
8973 handle_mesh( geo, id );
8974
8975 counter_models -= 1;
8976
8977 scope.onLoadComplete();
8978
8979 async_callback_gate();
8980
8981 }
8982
8983 };
8984
8985 function create_callback_embed( id ) {
8986

Callers 1

three.min.jsFile · 0.85

Calls 2

handle_meshFunction · 0.85
async_callback_gateFunction · 0.85

Tested by

no test coverage detected