Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    MaterialSpecularMicrofacetNormalDistributionGGX Class

    Namespace: Stride.Rendering.Materials
    Assembly: Stride.Rendering.dll

    The GGX Normal Distribution.

    System.Object → MaterialSpecularMicrofacetNormalDistributionGGX
    Derived from MaterialSpecularMicrofacetNormalDistributionGGX:

    [DataContract("MaterialSpecularMicrofacetNormalDistributionGGX")]
    [Display("GGX", null)]
    public class MaterialSpecularMicrofacetNormalDistributionGGX : IMaterialSpecularMicrofacetNormalDistributionFunction, IMaterialSpecularMicrofacetFunction
    Name Description
    Methods
    Equals(Object)
    Generate(MaterialGeneratorContext)
    GetHashCode()
    | Improve this Doc View Source

    Methods


    Equals(Object)

    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    Generate(MaterialGeneratorContext)

    public ShaderSource Generate(MaterialGeneratorContext context)
    Parameters
    Type Name Description
    MaterialGeneratorContext context
    Returns
    Type Description
    ShaderSource

    GetHashCode()

    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article
    In This Article
    • Methods
      • Equals(Object)
      • Generate(MaterialGeneratorContext)
      • GetHashCode()
    • Extension Methods

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation