From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- html/SmootLight.operationscore.Renderer-pysrc.html | 128 +++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 html/SmootLight.operationscore.Renderer-pysrc.html (limited to 'html/SmootLight.operationscore.Renderer-pysrc.html') diff --git a/html/SmootLight.operationscore.Renderer-pysrc.html b/html/SmootLight.operationscore.Renderer-pysrc.html new file mode 100644 index 0000000..a4d1a28 --- /dev/null +++ b/html/SmootLight.operationscore.Renderer-pysrc.html @@ -0,0 +1,128 @@ + + + + + SmootLight.operationscore.Renderer + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package operationscore :: + Module Renderer + + + + + + +
[hide private]
[frames] | no frames]
+
+

Source Code for Module SmootLight.operationscore.Renderer

+
+ 1  #TODO: multithreaded-rendering 
+ 2  from operationscore.SmootCoreObject import * 
+
3 -class Renderer(SmootCoreObject): +
4 """Renderer abstract class. Doesn't do much now, but might do more later. + 5 Inheriting classes MUST define render which takes a light system and renders it. + 6 Inheriting classes may define initRenderer which is called after the dictionary + 7 is pulled from config.""" +
8 - def init(self): +
9 self.initRenderer() +
10 - def render(lightSystem): +
11 pass +
12 - def initRenderer(self): +
13 pass +
14 +
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3