HolographicFrame.GetRenderingParameters(HolographicCameraPose) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parameters needed to render the current frame with the specified camera pose.
public:
virtual HolographicCameraRenderingParameters ^ GetRenderingParameters(HolographicCameraPose ^ cameraPose) = GetRenderingParameters;
HolographicCameraRenderingParameters GetRenderingParameters(HolographicCameraPose const& cameraPose);
public HolographicCameraRenderingParameters GetRenderingParameters(HolographicCameraPose cameraPose);
function getRenderingParameters(cameraPose)
Public Function GetRenderingParameters (cameraPose As HolographicCameraPose) As HolographicCameraRenderingParameters
Parameters
- cameraPose
- HolographicCameraPose
The camera pose.
Returns
The rendering parameters.