SpatialMaterial.anisotropyEnabled

If true, anisotropy is enabled. Changes the shape of the specular blob and aligns it to tangent space. Mesh tangents are needed for this to work. If the mesh does not contain tangents the anisotropy effect will appear broken.

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

Meta