Panda3D
Functions
graphicsStateGuardian.I File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Functions

 CPT (TransformState) GraphicsStateGuardian
 Fetches the external net transform. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
1999-09-24
Author
fperazzi, PandaSE
Date
2010-04-29 get_max_2d_texture_array_layers and related)

Definition in file graphicsStateGuardian.I.

Function Documentation

◆ CPT()

CPT ( TransformState  )
inline

Fetches the external net transform.

This transform is generally only set when geometry is about to be rendered. Therefore, this "get" function is typically only meaningful during the geometry rendering process. Fetches the external net transform. This transform is generally only set when geometry is about to be rendered. Therefore, this "get" function is typically only meaningful during the geometry rendering process. Returns the current display region being rendered to, as set by the last call to prepare_display_region(). Returns the current stereo channel being rendered to, as set by the last call to prepare_display_region(). Returns the current tex view offset, as set by the last call to prepare_display_region(). This is read from the current DisplayRegion. Returns the current lens being used to render, according to the scene specified via the last call to set_scene(). Returns the inverse of the transform returned by get_cs_transform(). Notifies the gsg that it is about to render into a window/buffer with the given FrameBufferProperties

Definition at line 860 of file graphicsStateGuardian.I.