Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ makeDarkLamp
Method
makeDarkLamp
Singular/LIB/surfex/LampAdmin.java:372–375 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
370
}
371
372
public
void
makeDarkLamp(){
373
Color c=
new
Color(0,0,0);
374
theDarkLamp=getNewLamp(0.0,0.0,0.0,c,0,true);
375
}
376
377
public
Lamp getNewLamp(double x, double y, double z,
378
Color c,
Callers
2
LampAdmin
Method · 0.95
getModifiedLampList
Method · 0.95
Calls
1
getNewLamp
Method · 0.95
Tested by
no test coverage detected