hint()
RenderingDescription
Set hints for the renderer. Use ENABLE_DEPTH_TEST, DISABLE_DEPTH_TEST, ENABLE_DEPTH_SORT, etc.
Syntax
void hint(int which)
Parameters
| Name | Type | Description |
|---|---|---|
| which | int | a hint constant such as ENABLE_DEPTH_TEST or DISABLE_DEPTH_TEST |
Returns
voidUnder the Hood
Implementation in Processing.h / Processing.cpp:
Loading...