Camera_setProjectionFromFov function
- @Native<Void Function(Pointer<TCamera>, Double, Double, Double, Double, Bool)>(ffi.Pointer<TCamera>, ffi.Double, ffi.Double, ffi.Double, ffi.Double, ffi.Bool)>(isLeaf: true)
void
Camera_setProjectionFromFov(
- Pointer<TCamera> camera,
- double fovInDegrees,
- double aspect,
- double near,
- double far,
- bool horizontal,
)
Implementation
@ffi.Native<
ffi.Void Function(ffi.Pointer<TCamera>, ffi.Double, ffi.Double, ffi.Double,
ffi.Double, ffi.Bool)>(isLeaf: true)
external void Camera_setProjectionFromFov(
ffi.Pointer<TCamera> camera,
double fovInDegrees,
double aspect,
double near,
double far,
bool horizontal,
);