Glf module#
Summary: The Glf module contains Utility classes for OpenGL output.
glf
Classes:
- class pxr.Glf.DrawTarget#
- Methods: - Attributes: - 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#