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

Method getCameraLamp

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

Source from the content-addressed store, hash-verified

326 }
327
328 public Lamp getCameraLamp(){
329 // Lampe die von der Kamera aus strahlt
330 // mit helligkeit und farbe der SelectedLamp
331 // die man gerade einstellen will
332 return getSelectedLamp().previewLamp(0.0,0.0,100.0);
333 }
334
335 public Vector getModifiedLampList(){
336 Vector lamps=new Vector();

Callers 1

getModifiedLampListMethod · 0.95

Calls 2

getSelectedLampMethod · 0.95
previewLampMethod · 0.80

Tested by

no test coverage detected