Export mesh as code file (.h) defining multiple arrays of vertex attributes.
See also
Other code functions:
export_font_as_code(),
export_image_as_code(),
export_wave_as_code()
Other mesh functions:
draw_mesh(),
export_mesh(),
gen_mesh_cone(),
gen_mesh_cube(),
gen_mesh_cubicmap(),
gen_mesh_cylinder(),
gen_mesh_heightmap(),
gen_mesh_hemi_sphere(),
gen_mesh_knot(),
gen_mesh_plane(),
gen_mesh_poly(),
gen_mesh_sphere(),
gen_mesh_tangents(),
gen_mesh_torus(),
get_mesh_bounding_box(),
get_ray_collision_mesh(),
load_model_from_mesh(),
unload_mesh(),
upload_mesh()
Other export functions:
export_font_as_code(),
export_image(),
export_image_as_code(),
export_mesh(),
export_wave(),
export_wave_as_code()
Examples
if (FALSE) {
export_mesh_as_code(gen_mesh_cube(1.0, 1.0, 1.0), "file.png")
}
