SMAAImageGenerator
An SMAA image generator.
This class uses a worker thread to generate the search and area images. The generated data URLs will be cached using localStorage, if available. To disable caching use SMAAImageGenerator.setCacheEnabled.
Constructor Summary
Public Constructor | ||
public |
Constructs a new SMAA image generator. |
Member Summary
Public Members | ||
public |
this member was deprecated. Use setCacheEnabled() instead.
Indicates whether data image caching is disabled. |
Method Summary
Public Methods | ||
public |
Generates the SMAA data images. |
|
public |
setCacheEnabled(value: Boolean) Enables or disables caching via localStorage. |