MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / begin

Method begin

src/main/java/fieldbox/boxes/plugins/Viewport.java:261–275  ·  view source on GitHub ↗
(Window.Event<Window.MouseState> provokedBy)

Source from the content-addressed store, hash-verified

259 Mat4 p = camera.projectionMatrix();
260 Mat4 v = camera.view();
261
262 p.transpose();
263 v.transpose();
264
265 t = new Mat4(p).mul(v);
266
267 f = properties.get(Box.frame);
268
269 return true;
270 }
271
272 @Override
273 public void result(List<FLinePointHitTest.Hit> hit) {
274
275 }
276
277 Vec3 tmp = new Vec3();
278

Callers

nothing calls this directly

Calls 5

transposeMethod · 0.95
projectionMatrixMethod · 0.65
viewMethod · 0.65
getMethod · 0.65
mulMethod · 0.45

Tested by

no test coverage detected