Draw a sphere: Difference between revisions

m
comments and fix
m (db name fix)
m (comments and fix)
Line 7:
<lang brlcad>opendb balls.g y # Create a database to hold our shapes
units cm # Set the unit of measure
in ballsball.gs sph 0 0 0 3 # Create a sphere of radius 3 cm named ball.s with its centre at 0,0,0 </lang>