Search Results for

    Show / Hide Table of Contents

    Class TessellationMethod

    Describes the different tessellation methods supported by the graphics system.

    Inheritance
    System.Object
    TessellationMethod
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class TessellationMethod : Enum

    Fields

    Flat

    Flat tessellation. Also known as dicing tessellation.

    Declaration
    public const TessellationMethod Flat
    Field Value
    TessellationMethod

    None

    No tessellation.

    Declaration
    public const TessellationMethod None
    Field Value
    TessellationMethod

    Phong

    Geometric version of Phong normal interpolation, not applied on normals but on the vertex positions.

    Declaration
    public const TessellationMethod Phong
    Field Value
    TessellationMethod

    PointNormal

    Point normal tessellation.

    Declaration
    public const TessellationMethod PointNormal
    Field Value
    TessellationMethod

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat