MCPcopy
hub / github.com/mrdoob/three.js / parse

Method parse

src/loaders/Loader.js:110–110  ·  view source on GitHub ↗

* This method needs to be implemented by all concrete loaders. It holds the * logic for parsing the asset into three.js entities. * * @abstract * @param {any} data - The data to parse.

( /* data */ )

Source from the content-addressed store, hash-verified

108 * @param {any} data - The data to parse.
109 */
110 parse( /* data */ ) {}
111
112 /**
113 * Sets the `crossOrigin` String to implement CORS for loading the URL

Callers 15

readJSONFunction · 0.45
parseHTMLFunction · 0.45
getPRInfoFunction · 0.45
build.jsFile · 0.45
USDLoader.tests.jsFile · 0.45
HDRLoader.tests.jsFile · 0.45
mainFunction · 0.45
toJSONMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected