Camera_setCustomProjectionWithCulling function

  1. @Native<Void Function(Pointer<TCamera>, double4x4, Double, Double)>(ffi.Pointer<TCamera>, double4x4, ffi.Double, ffi.Double)>(isLeaf: true)
void Camera_setCustomProjectionWithCulling(
  1. Pointer<TCamera> camera,
  2. double4x4 projectionMatrix,
  3. double near,
  4. double far,
)

Implementation

@ffi.Native<
    ffi.Void Function(
        ffi.Pointer<TCamera>, double4x4, ffi.Double, ffi.Double)>(isLeaf: true)
external void Camera_setCustomProjectionWithCulling(
  ffi.Pointer<TCamera> camera,
  double4x4 projectionMatrix,
  double near,
  double far,
);