Bitbybit Docs
    Preparing search index...

    Class FlipFaceUVDto<T>

    Flip a face's UV parametrization: swap U/V and/or reverse the U or V direction.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T

      Parameters

      • Optionalshape: T
      • OptionalswapUV: boolean
      • OptionalreverseU: boolean
      • OptionalreverseV: boolean

      Returns FlipFaceUVDto<T>

    Properties

    shape: T

    Face whose UV parametrization is flipped.

    undefined
    
    swapUV: boolean

    Swap the U and V directions.

    false
    
    reverseU: boolean

    Reverse the U direction.

    false
    
    reverseV: boolean

    Reverse the V direction.

    false