Parent Directory
|
Revision Log
|
Patch
revision 944 by jongui, Mon Jan 29 07:22:43 2007 UTC | revision 945 by jongui, Tue Jan 30 22:34:27 2007 UTC | |
---|---|---|
# | Line 69 class Light: | Line 69 class Light: |
69 | ||
70 | self.__vtk_light.SetPosition(position._getGlobalPosition()) | self.__vtk_light.SetPosition(position._getGlobalPosition()) |
71 | ||
72 | def setAngle(self, elevation, azimuth): | def setAngle(self, elevation = 0, azimuth = 0): |
73 | """ | """ |
74 | Set the position and focal point of the light based on elevation and | Set the position and focal point of the light based on elevation and |
75 | azimuth degree. | azimuth degree. |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |