|
|
__init__(self,
filePrefix='myScene',
ambient=0.25,
addDefaultLights=1,
background='Black',
viewMargin=1.06,
lookAtOffset=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addLight(self,
pos=[10, 10, -50],
colorName='White',
rgb=None) |
source code
|
|
|
|
write(self,
view='front',
ortho=0,
clockY=None,
clockX=None,
clockZ=None,
extraScenesL=None) |
source code
|
|
|
|
|
|
|
render(self,
width=480,
height=360,
antialias=1,
pngFile='temp.png',
povray_exe='')
if input, the POV Ray executable would be something like:... |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|