Panda3D
Static Public Member Functions | Static Public Attributes | List of all members
ViewportManager Class Reference

Static Public Member Functions

def initializeAll (args, kwargs)
 
def layoutAll (args, kwargs)
 
def updateAll (args, kwargs)
 

Static Public Attributes

 gsg = None
 
list viewports = []
 

Detailed Description

Manages the global viewport stuff.

Member Function Documentation

◆ initializeAll()

def initializeAll (   args,
  kwargs 
)
static
Calls initialize() on all the viewports.

◆ layoutAll()

def layoutAll (   args,
  kwargs 
)
static
Calls Layout() on all the viewports.

◆ updateAll()

def updateAll (   args,
  kwargs 
)
static
Calls Update() on all the viewports.

Member Data Documentation

◆ gsg

gsg = None
static

◆ viewports

list viewports = []
static