direct.showbase.ThreeUpShow

from direct.showbase.ThreeUpShow import ThreeUpShow

ThreeUpShow is a variant of ShowBase that defines three cameras covering different parts of the window.

Inheritance diagram

Inheritance diagram of direct.showbase.ThreeUpShow

class ThreeUpShow[source]

Bases: ShowBase

__init__(self)[source]
makeCamera(self, win, sort=0, scene=None, displayRegion=(0, 1, 0, 1), stereo=None, aspectRatio=None, clearDepth=0, clearColor=None, lens=None, camName='cam', mask=None, useCamera=None)[source]