Parent Directory
|
Revision Log
|
Patch
revision 845 by jongui, Fri Sep 8 07:13:01 2006 UTC | revision 846 by jongui, Mon Sep 11 07:40:09 2006 UTC | |
---|---|---|
# | Line 52 class Common: | Line 52 class Common: |
52 | self.vtk_actor.SetMapper(self.vtk_mapper) | self.vtk_actor.SetMapper(self.vtk_mapper) |
53 | ||
54 | def setTexture(self, texture): | def setTexture(self, texture): |
55 | """ | |
56 | Set the texture of the actor. | |
57 | ||
58 | @type texture: vtkTexture | |
59 | @param texture: Texture map of the image | |
60 | """ | |
61 | self.vtk_actor.SetTexture(texture) | self.vtk_actor.SetTexture(texture) |
62 | ||
63 | def addActor(self): | def addActor(self): |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |