Home Reference Source
import {SMAAAreaImageData} from 'postprocessing'
public class | source

SMAAAreaImageData

SMAA area image data.

This texture allows to obtain the area for a certain pattern and distances to the left and right of identified lines.

Based on the official python scripts: https://github.com/iryoku/smaa/tree/master/Scripts

Static Method Summary

Static Public Methods
public static

Creates a new area image.

Static Public Methods

public static generate(): RawImageData source

Creates a new area image.

Return:

RawImageData

The generated image data.