Struct raylib::core::models::WeakMesh [−][src]
#[repr(transparent)]pub struct WeakMesh(_);
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.
Auto Trait Implementations
impl RefUnwindSafe for WeakMesh
impl UnwindSafe for WeakMesh
Blanket Implementations
Mutably borrows from an owned value. Read more