Function ncollide3d::procedural::sphere [−][src]
pub fn sphere<N>(
diameter: N,
ntheta_subdiv: u32,
nphi_subdiv: u32,
generate_uvs: bool
) -> TriMesh<N> where
N: RealField,
Generates a UV sphere.
pub fn sphere<N>(
diameter: N,
ntheta_subdiv: u32,
nphi_subdiv: u32,
generate_uvs: bool
) -> TriMesh<N> where
N: RealField,
Generates a UV sphere.