MCPcopy Index your code
hub / github.com/benfry/processing4 / is3D

Method is3D

core/src/processing/core/PGraphics.java:8385–8387  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

8383 * Return true if this renderer supports 3D drawing. Defaults to false.
8384 */
8385 public boolean is3D() { // ignore
8386 return false;
8387 }
8388
8389
8390 /**

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected