NoiseTexture.seamless

Whether the texture can be tiled without visible seams or not. Seamless textures take longer to generate. Note: Seamless noise has a lower contrast compared to non-seamless noise. This is due to the way noise uses higher dimensions for generating seamless noise.

  1. bool seamless [@property getter]
    struct NoiseTexture
    @nogc nothrow @property
    bool
    seamless
    ()
  2. bool seamless [@property setter]

Meta