You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py5_docs/Reference/api_en/Py5Graphics_is3d.txt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ processing_name = is3D
8
8
is3d() -> bool
9
9
10
10
@@ description
11
-
The documentation for this field or method has not yet been written. If you know what it does, please help out with a pull request to the relevant file in https://github.com/py5coding/py5generator/tree/master/py5_docs/Reference/api_en/.
11
+
Boolean value reflecting if the Py5Graphics object is or is not a 3D renderer.
12
+
13
+
This will be `True` if the renderer is a 3D renderer such as `P3D`.
0 commit comments