REDRenderShaderSectionCut.h

Macro Definitions

RED_RSH_SECTION_CUT_MESH_SHADER

RED_RSH_SECTION_CUT_PLANE_EQUATION

RED_RSH_SECTION_CUT_VERTEX_CHANNEL

RED_RSH_SECTION_CUT_NORMAL1_CHANNEL

RED_RSH_SECTION_CUT_NORMAL2_CHANNEL

RED_RSH_SECTION_CUT_BORDER

RED_RSH_SECTION_CUT_CONTOUR

RED_RSH_SECTION_CUT_CREASE

RED_SECTION_CUT_SHADER_MESH_PRELIT_STRING_ID

RED_SECTION_CUT_SHADER_EDGE_PRELIT_STRING_ID

Namespaces

RED

Types

RenderShaderSectionCut

Detailed Description

Header file describing the RED::RenderShaderSectionCut class implementing the application of cutting planes for geometries.

Macro Definition

RED_RSH_SECTION_CUT_MESH_SHADER

(bool) RED::RenderShaderSectionCut input parameter. Is true if the shader is for mesh display, false if the shader is for edges display.

RED_RSH_SECTION_CUT_PLANE_EQUATION

(RED::Vector4) RED::RenderShaderSectionCut input parameter. Equation of the cutting plane.

RED_RSH_SECTION_CUT_VERTEX_CHANNEL

(RED::Vector4) RED::RenderShaderSectionCut input parameter. Vertex source channel for edge cutting.

RED_RSH_SECTION_CUT_NORMAL1_CHANNEL

(RED::Vector4) RED::RenderShaderSectionCut input parameter. First normal data channel for edge cutting.

RED_RSH_SECTION_CUT_NORMAL2_CHANNEL

(RED::Vector4) RED::RenderShaderSectionCut input parameter. Second normal data channel for edge cutting.

RED_RSH_SECTION_CUT_BORDER

(RED::Vector4) RED::RenderShaderSectionCut input parameter. Are we displaying border edges for the cut shader?

RED_RSH_SECTION_CUT_CONTOUR

(RED::Vector4) RED::RenderShaderSectionCut input parameter. Are we displaying contour edges for the cut shader?

RED_RSH_SECTION_CUT_CREASE

(double) RED::RenderShaderSectionCut input parameter. Crease angle of inner edges displayed for the cut shader.

RED_SECTION_CUT_SHADER_MESH_PRELIT_STRING_ID

Default RED::Object string identifier of a RED::RenderShaderSectionCut shader rendering cut polygons.

RED_SECTION_CUT_SHADER_EDGE_PRELIT_STRING_ID

Default RED::Object string identifier of a RED::RenderShaderSectionCut shader rendering cut edges in a pass.