SpatialMaterial.detailEnabled

If true, enables the detail overlay. Detail is a second texture that gets mixed over the surface of the object based on detailMask. This can be used to add variation to objects, or to blend between two different albedo/normal textures.

  1. bool detailEnabled [@property getter]
    struct SpatialMaterial
    @nogc nothrow @property
    bool
    detailEnabled
    ()
  2. bool detailEnabled [@property setter]

Meta