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]
  2. bool seamless [@property setter]
    struct NoiseTexture
    @nogc nothrow @property
    void
    seamless
    (
    bool v
    )

Meta