MCPcopy Index your code
hub / github.com/processing/processing / is3D

Method is3D

core/src/processing/core/PGraphics.java:8376–8378  ·  view source on GitHub ↗

Return true if this renderer supports 3D drawing. Defaults to false.

()

Source from the content-addressed store, hash-verified

8374 * Return true if this renderer supports 3D drawing. Defaults to false.
8375 */
8376 public boolean is3D() { // ignore
8377 return false;
8378 }
8379
8380
8381 /**

Callers 4

rawPolysMethod · 0.95
rawLinesMethod · 0.95
rawPointsMethod · 0.95
createShapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected