set_camera_focal_length function
void
set_camera_focal_length()
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, ffi.Float)>()
external void set_camera_focal_length(
ffi.Pointer<ffi.Void> viewer,
double focalLength,
);