NativeLibraryExtensions.RemoteRendering_fov_to_projection_matrix Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
public:
static Microsoft::Azure::RemoteRendering::Result RemoteRendering_fov_to_projection_matrix(Microsoft::Azure::RemoteRendering::CameraFov % fov, float nearPlane, float farPlane, Microsoft::Azure::RemoteRendering::DepthConvention depthConvention, [Runtime::InteropServices::Out] Microsoft::Azure::RemoteRendering::Matrix4x4 % projection);
public static Microsoft.Azure.RemoteRendering.Result RemoteRendering_fov_to_projection_matrix (ref Microsoft.Azure.RemoteRendering.CameraFov fov, float nearPlane, float farPlane, Microsoft.Azure.RemoteRendering.DepthConvention depthConvention, out Microsoft.Azure.RemoteRendering.Matrix4x4 projection);
static member RemoteRendering_fov_to_projection_matrix : CameraFov * single * single * Microsoft.Azure.RemoteRendering.DepthConvention * Matrix4x4 -> Microsoft.Azure.RemoteRendering.Result
Public Shared Function RemoteRendering_fov_to_projection_matrix (ByRef fov As CameraFov, nearPlane As Single, farPlane As Single, depthConvention As DepthConvention, ByRef projection As Matrix4x4) As Result
Parametrar
- fov
- CameraFov
- nearPlane
- Single
- farPlane
- Single
- depthConvention
- DepthConvention
- projection
- Matrix4x4