Skip to main content
Version: 20 Mar 2024

MLMeshingVirtualCameraBufferInfo

Module: Graphics Utilities

Per virtual camera information needed to render depth. More...

#include <ml_graphics_utils.h>

Public Attributes

TypeName
MLMat4fprojection
MLTransformtransform

Detailed Description

struct MLMeshingVirtualCameraBufferInfo;

Per virtual camera information needed to render depth.

Deprecated

Deprecated since 1.2.0. Scheduled for removal.


Public Attributes Documentation

projection

MLMat4f projection;

The projection matrix for the camera.


transform

MLTransform transform;

The local space (relative to world) camera transform needed to render content, inverse is view matrix.