Glf module#

Summary: The Glf module contains Utility classes for OpenGL output.


glf

Classes:

class pxr.Glf.DrawTarget#

Methods:

Attributes:

expired

True if this object has expired, False otherwise.

AddAttachment()#
Bind()#
Unbind()#
WriteToFile()#
property expired#

True if this object has expired, False otherwise.

class pxr.Glf.GLQueryObject#

Methods:

Begin()#
BeginPrimitivesGenerated()#
BeginSamplesPassed()#
BeginTimeElapsed()#
End()#
GetResult()#
GetResultNoWait()#
class pxr.Glf.SimpleLight#

Attributes:

property ambient#
property attenuation#
property diffuse#
property hasShadow#
property id#
property isCameraSpaceLight#
property isDomeLight#
property position#
property shadowBias#
property shadowBlur#
property shadowIndexEnd#
property shadowIndexStart#
property shadowMatrices#
property shadowResolution#
property specular#
property spotCutoff#
property spotDirection#
property spotFalloff#
property transform#
class pxr.Glf.SimpleMaterial#

Attributes:

property ambient#
property diffuse#
property emission#
property shininess#
property specular#
class pxr.Glf.Texture#

Methods:

Attributes:

static GetTextureMemoryAllocated()#
property magFilterSupported#
property memoryRequested#
property memoryUsed#
property minFilterSupported#