Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ begin2D
Method
begin2D
core/src/processing/opengl/PGraphics2D.java:166–172 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
164
165
166
@Override
167
protected
void
begin2D() {
168
pushProjection();
169
defaultPerspective();
170
pushMatrix();
171
defaultCamera();
172
}
173
174
175
@Override
Callers
nothing calls this directly
Calls
4
defaultPerspective
Method · 0.95
defaultCamera
Method · 0.95
pushProjection
Method · 0.80
pushMatrix
Method · 0.45
Tested by
no test coverage detected