MCPcopy Create free account
hub / github.com/ActiveState/code / LightSource

Class LightSource

recipes/Python/205451_Povray_for_python/recipe-205451.py:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 Item.__init__(self,"camera",(),opts,**kwargs)
117
118class LightSource(Item):
119 def __init__(self,v,*opts,**kwargs):
120 Item.__init__(self,"light_source",(Vector(v),),opts,**kwargs)
121
122class Background(Item):
123 def __init__(self,*opts,**kwargs):

Callers 2

tutorial31Function · 0.85
spiralFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected