Struct raylib::core::models::Mesh [−][src]
#[repr(transparent)]pub struct Mesh(_);
Implementations
Trait Implementations
Generate polygonal mesh
Generates plane mesh (with subdivisions).
Generates cuboid mesh.
Generates sphere mesh (standard sphere).
Generates half-sphere mesh (no bottom cap).
Generates cylinder mesh.
Generates torus mesh.
Generates trefoil knot mesh.
Generates heightmap mesh from image data.
fn gen_mesh_cubicmap(
_: &RaylibThread,
cubicmap: &Image,
cube_size: impl Into<Vector3>
) -> Mesh
fn gen_mesh_cubicmap(
_: &RaylibThread,
cubicmap: &Image,
cube_size: impl Into<Vector3>
) -> Mesh
Generates cubes-based map mesh from image data.
Computes mesh bounding box limits.
Computes mesh tangents.
Computes mesh binormals.
Exports mesh as an OBJ file.