postprocessing - v7.0.0-beta.16
    Preparing search index...

    Interface LUTDomainBounds

    LUT input domain bounds.

    interface LUTDomainBounds {
        domainMax: Vector3;
        domainMin: Vector3;
    }
    Index

    Properties

    Properties

    domainMax: Vector3

    The upper bounds of the input domain.

    domainMin: Vector3

    The lower bounds of the input domain.