Class GfCamera
Namespace: pxr
Assembly: USD.NET.dll
Syntax
public class GfCamera : IDisposable
Constructors
Name |
Description |
GfCamera()
|
|
GfCamera(IntPtr, bool)
|
|
GfCamera(GfMatrix4d)
|
|
GfCamera(GfMatrix4d, Projection)
|
|
GfCamera(GfMatrix4d, Projection, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float, float, GfRange1f)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float, float, GfRange1f, GfVec4fVector)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float, float, GfRange1f, GfVec4fVector, float)
|
|
GfCamera(GfMatrix4d, Projection, float, float, float, float, float, GfRange1f, GfVec4fVector, float, float)
|
|
Fields
Properties
Methods
Name |
Description |
Dispose()
|
|
Dispose(bool)
|
|
Equals(object)
|
|
Equals(GfCamera, GfCamera)
|
|
~GfCamera()
|
|
GetAspectRatio()
|
|
GetClippingPlanes()
|
|
GetClippingRange()
|
|
GetFStop()
|
|
GetFieldOfView(FOVDirection)
|
|
GetFocalLength()
|
|
GetFocusDistance()
|
|
GetFrustum()
|
|
GetHashCode()
|
|
GetHorizontalAperture()
|
|
GetHorizontalApertureOffset()
|
|
GetProjection()
|
|
GetTransform()
|
|
GetVerticalAperture()
|
|
GetVerticalApertureOffset()
|
|
SetClippingPlanes(GfVec4fVector)
|
|
SetClippingRange(GfRange1f)
|
|
SetFStop(float)
|
|
SetFocalLength(float)
|
|
SetFocusDistance(float)
|
|
SetFromViewAndProjectionMatrix(GfMatrix4d, GfMatrix4d)
|
|
SetFromViewAndProjectionMatrix(GfMatrix4d, GfMatrix4d, float)
|
|
SetHorizontalAperture(float)
|
|
SetHorizontalApertureOffset(float)
|
|
SetOrthographicFromAspectRatioAndSize(float, float, FOVDirection)
|
|
SetPerspectiveFromAspectRatioAndFieldOfView(float, float, FOVDirection)
|
|
SetPerspectiveFromAspectRatioAndFieldOfView(float, float, FOVDirection, float)
|
|
SetProjection(Projection)
|
|
SetTransform(GfMatrix4d)
|
|
SetVerticalAperture(float)
|
|
SetVerticalApertureOffset(float)
|
|
getCPtr(GfCamera)
|
|
swigRelease(GfCamera)
|
|
Operators