From ab48d026e34491d8bb942ff965bcc3d933667e37 Mon Sep 17 00:00:00 2001 From: Dave Schuyler Date: Fri, 17 Mar 2006 02:55:52 +0000 Subject: [PATCH] formatting --- direct/src/showbase/ShowBase.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 094828414e..7bc5b2ae1e 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -1622,7 +1622,8 @@ class ShowBase(DirectObject.DirectObject): camera = None, size = 128, cameraMask = BitMask32.allOn()): - """ Similar to screenshot(), this sets up a temporary cube map + """ + Similar to screenshot(), this sets up a temporary cube map Texture which it uses to take a series of six snapshots of the current scene, one in each of the six cube map directions. This requires rendering a new frame.