Table of Contents

Class MaterialTessellationPNFeature

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

Material for Point-Normal tessellation.

[DataContract("MaterialTessellationPNFeature")]
[Display("Point Normal Tessellation", null)]
public class MaterialTessellationPNFeature : MaterialTessellationBaseFeature, IMaterialTessellationFeature, IMaterialFeature, IMaterialShaderGenerator
Inheritance
MaterialTessellationPNFeature
Implements
Inherited Members

Methods

GenerateShader(MaterialGeneratorContext)

Generates the shader for the feature.

public override void GenerateShader(MaterialGeneratorContext context)

Parameters

context MaterialGeneratorContext

The context.