hint()

Rendering

Description

Set hints for the renderer. Use ENABLE_DEPTH_TEST, DISABLE_DEPTH_TEST, ENABLE_DEPTH_SORT, etc.

Syntax

void hint(int which)

Parameters

NameTypeDescription
whichinta hint constant such as ENABLE_DEPTH_TEST or DISABLE_DEPTH_TEST

Returns

void

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...