Camera_setLensProjection function

  1. @Native<Void Function(Pointer<TCamera>, Double, Double, Double, Double)>(ffi.Pointer<TCamera>, ffi.Double, ffi.Double, ffi.Double, ffi.Double)>(isLeaf: true)
void Camera_setLensProjection(
  1. Pointer<TCamera> camera,
  2. double near,
  3. double far,
  4. double aspect,
  5. double focalLength,
)

Implementation

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