SMAAImageLoader
Extends:
three~Loader → SMAAImageLoader
this class was deprecated. Preloading the SMAA lookup textures is no longer required.
Method Summary
| Public Methods |
|
public
|
Loads the SMAA data images.
|
|
Public Methods
Loads the SMAA data images.
Params:
| Name | Type | Attribute | Description |
| onLoad |
Function |
|
A callback that receives the search image and area image as a pair.
|
| onError |
Function |
|
An error callback that receives the URL of the image that failed to load.
|
Return:
| Promise<Image[]> |
A promise that returns the search image and area image as a pair.
|