|
HD_API | HdCamera (SdfPath const &id) |
|
HD_API void | Sync (HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits) override |
| Sprim API.
|
|
HD_API HdDirtyBits | GetInitialDirtyBitsMask () const override |
| Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim.
|
|
GfMatrix4d const & | GetTransform () const |
| Camera parameters accessor API.
|
|
Projection | GetProjection () const |
| Returns whether camera is orthographic and perspective.
|
|
float | GetHorizontalAperture () const |
| Returns horizontal aperture in world units.
|
|
float | GetVerticalAperture () const |
| Returns vertical aperture in world units.
|
|
float | GetHorizontalApertureOffset () const |
| Returns horizontal aperture offset in world units.
|
|
float | GetVerticalApertureOffset () const |
| Returns vertical aperture offset in world units.
|
|
float | GetFocalLength () const |
| Returns focal length in world units.
|
|
GfRange1f const & | GetClippingRange () const |
| Returns near and far plane in world units.
|
|
std::vector< GfVec4d > const & | GetClipPlanes () const |
| Returns any additional clipping planes defined in camera space.
|
|
float | GetFStop () const |
| Returns fstop of camera.
|
|
float | GetFocusDistance () const |
| Returns focus distance in world units.
|
|
bool | GetFocusOn () const |
|
float | GetDofAspect () const |
|
int | GetSplitDiopterCount () const |
|
float | GetSplitDiopterAngle () const |
|
float | GetSplitDiopterOffset1 () const |
|
float | GetSplitDiopterWidth1 () const |
|
float | GetSplitDiopterFocusDistance1 () const |
|
float | GetSplitDiopterOffset2 () const |
|
float | GetSplitDiopterWidth2 () const |
|
float | GetSplitDiopterFocusDistance2 () const |
|
double | GetShutterOpen () const |
|
double | GetShutterClose () const |
|
float | GetExposure () const |
|
TfToken | GetLensDistortionType () const |
|
float | GetLensDistortionK1 () const |
|
float | GetLensDistortionK2 () const |
|
const GfVec2f & | GetLensDistortionCenter () const |
|
float | GetLensDistortionAnaSq () const |
|
const GfVec2f & | GetLensDistortionAsym () const |
|
float | GetLensDistortionScale () const |
|
float | GetLensDistortionIor () const |
|
const CameraUtilConformWindowPolicy & | GetWindowPolicy () const |
| Returns the window policy of the camera.
|
|
HD_API GfMatrix4d | ComputeProjectionMatrix () const |
| Convenience API for rasterizers.
|
|
HD_API | HdSprim (SdfPath const &id) |
|
SdfPath const & | GetId () const |
| Returns the identifier by which this state is known.
|
|
virtual void | Sync (HdSceneDelegate *sceneDelegate, HdRenderParam *renderParam, HdDirtyBits *dirtyBits)=0 |
| Synchronizes state from the delegate to this object.
|
|
virtual HD_API void | Finalize (HdRenderParam *renderParam) |
| Finalizes object resources.
|
|
virtual HdDirtyBits | GetInitialDirtyBitsMask () const =0 |
| Returns the minimal set of dirty bits to place in the change tracker for use in the first sync of this prim.
|
|