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

Meta