Parent Directory
|
Revision Log
|
Patch
revision 1158 by jongui, Tue May 22 04:24:01 2007 UTC | revision 1189 by jongui, Thu Jun 7 05:31:25 2007 UTC | |
---|---|---|
# | Line 41 class Text2D(Actor2D): | Line 41 class Text2D(Actor2D): |
41 | """ | """ |
42 | ||
43 | self.__setInput() | self.__setInput() |
44 | self.setColor(Color.BLACK) | |
45 | # Add the 2D text to the appropriate renderer. | # Add the 2D text to the appropriate renderer. |
46 | scene._addActor2D(self.__viewport, self._vtk_actor2D) | scene._addActor2D(self.__viewport, self._vtk_actor2D) |
47 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |