Changeset 697
- Timestamp:
- 09/10/03 14:15:10 (5 years ago)
- Files:
-
- trunk/RBRapier/RBRapier/Renderer/Appearance/Fog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/RBRapier/RBRapier/Renderer/Appearance/Fog.py
r341 r697 78 78 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 79 79 80 def Execute(self, context) 80 def Execute(self, context): 81 81 GL.glHint(GL.GL_FOG_HINT, self.Hint) 82 82 Draw = Execute
