GenMeshCone function

  1. @Native<Mesh Function(Float, Float, Int)>(ffi.Float, ffi.Float, ffi.Int)>()
Mesh GenMeshCone(
  1. double radius,
  2. double height,
  3. int slices
)

Implementation

@ffi.Native<Mesh Function(ffi.Float, ffi.Float, ffi.Int)>()
external Mesh GenMeshCone(double radius, double height, int slices);