GetCameraMatrix method
Get camera transform matrix (view matrix)
Implementation
@override
MatrixD GetCameraMatrix(
Camera3DD camera,
) => run(
() => RaylibDebugLabels.GetCameraMatrix(camera),
() => rl.Core.GetCameraMatrix(
rl.Temp.Camera3D$.Ref1(camera).ref,
).toD(),
);