* 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 */ )
| 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 |
no outgoing calls
no test coverage detected