MCPcopy Create free account
hub / github.com/Singular/Singular / updatePreview

Method updatePreview

Singular/LIB/surfex/LampAdmin.java:448–455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

446 }
447
448 public void updatePreview(){
449 jv4sx.showDefault();
450 jv4sx.disp.getCamera().setPosition(getSelectedLamp().getPos());
451
452
453 newUpdateRayframeImmediatlyThread();
454 jv4sx.updateDisp();
455 }
456
457 public Vector getAllLamps(){
458 // returned alle Lampen die angeschaltet sind.

Callers 1

setSelectedLampMethod · 0.95

Calls 5

getSelectedLampMethod · 0.95
showDefaultMethod · 0.80
getPosMethod · 0.80
updateDispMethod · 0.80

Tested by

no test coverage detected