|
NAMEbuild_sphere - Generate a 3D sphere or hemisphere modelSYNOPSISvidbuild_sphere( float:radius, uint:div_long, uint:div_lat ) build_sphere( float:radius, uint:div_long, uint:div_lat, uint:nmaps=1 ) build_sphere( float:radius, uint:div_long, uint:div_lat, uint:nmaps=1, bool:hemi=false ) DESCRIPTIONThis builds a mesh and binds to a new finalised 3d model. The typical use is for debug geometry and skydomes. The mesh values will range from +radius..radius along the longitude and latitude or +radius..0 along the longitude if the hemi argument is set to true.SEE ALSO:build_3dplane(3) build_pointcloud(3) build_3dbox(3)
Visit the GSP FreeBSD Man Page Interface. |