Skip to content

SetMode

Navigation: ADLX SDK ReferencesADLX Interfaces3D GraphicsIADLX3DTessellation

Syntax

ADLX_RESULT    SetMode (ADLX_TESSELLATION_MODE mode)

Parameters

#DirectionNameTypeDescription
1.[in]modeADLX_TESSELLATION_MODEThe new tessellation mode.

Return Value

If the tesssellation mode is successfully set, ADLX_OK is returned.

If the tessellation mode is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Additional Info

Tessellation adjusts the number of polygons used to render objects with enhanced detail, at the cost of some frame rate performance.

Requirements

Headerinclude “I3DSettings.h”
Minimum version1.0