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

Method getModifiedLampList

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

Source from the content-addressed store, hash-verified

333 }
334
335 public Vector getModifiedLampList(){
336 Vector lamps=new Vector();
337 lamps.add(getCameraLamp());
338
339 // switch off other lamps
340 makeDarkLamp();
341 lamps.add(theDarkLamp);
342 lamps.add(theDarkLamp);
343 lamps.add(theDarkLamp);
344 lamps.add(theDarkLamp);
345 lamps.add(theDarkLamp);
346 lamps.add(theDarkLamp);
347 lamps.add(theDarkLamp);
348 lamps.add(theDarkLamp);
349 return lamps;
350
351 }
352
353 public void loadDefaultLampSettig1(){
354

Callers 1

LampAdminMethod · 0.95

Calls 3

getCameraLampMethod · 0.95
makeDarkLampMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected