Click or drag to resize
SoVertexAttribFeedbackPrimitiveTypes Enumeration

This enum is used to setup the expected recorded primitive type from the shaders.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum PrimitiveTypes
Members
  Member nameValueDescription
LINES0

The shader is supposed to generate LINES.

POINTS1

The shader is supposed to generate POINTS.

TRIANGLES2

The shader is supposed to generate TRIANGLES.

Remarks