powered by
Flip Orientation
flip_orientation_mesh(mesh)
Mesh with flipped vertex orientation
The mesh to swap orientations.
# Flip a mesh if(run_documentation()) { sphere_mesh(position=c(-1,0,0)) |> add_shape(flip_orientation_mesh(sphere_mesh(position=c(1,0,0)))) |> rasterize_scene(debug="normals",fov=30) }
Run the code above in your browser using DataLab