bitbybit.dev v1.0.0-rc.1
    Preparing search index...
    Index

    Constructors

    • Parameters

      • Optionalname: string
      • Optionalurl: string
      • OptionalinvertY: boolean
      • OptionalinvertZ: boolean
      • OptionalwAng: number
      • OptionaluScale: number
      • OptionalvScale: number
      • OptionaluOffset: number
      • OptionalvOffset: number
      • OptionalsamplingMode: Bit.Inputs.BabylonTexture.samplingModeEnum

      Returns TextureSimpleDto

    Properties

    name: string

    Name of the material

    Custom Texture
    
    url: string

    Url of the texture

    undefined
    
    invertY: boolean

    Invert texture on Y direction

    false
    
    invertZ: boolean

    Invert texture on Z direction

    false
    
    wAng: number

    W angle of the texture

    0
    
    uScale: number

    U scale of the texture

    1
    
    vScale: number

    V scale of the texture

    1
    
    uOffset: number

    U offset of the texture

    0
    
    vOffset: number

    V offset of the texture

    0
    

    The sampling mode of the texture

    nearest