| 
  | 
> How can we add an argument to the sphere primitive?
What sort of argument? What would you like it to do? Parse_Sphere in
parse.cpp is the function you will need to edit, but without more
information I cannot help you further.
Daniel
-- 
Now  as he walked by the sea  of Galilee,  he saw  Simon and Andrew  his
brother casting a spam into the net:  for they were phishers.  And Jesus
said unto them, Come ye after me, and I will make you to become phishers
of men.  And  straightway  they forsook  their  nets,  and followed him.
 
 Post a reply to this message 
 | 
  | 
 | 
  | 
"Jean gerbe" wrote:
> Hello boys and girls,
>
> How can we add an argument to the sphere primitive?
>
> Many Thanks.
as a macro?
#macro BALL (LOCATION,RADIUS)
  sphere (LOCATION,RADIUS)
#end
usage: BALL(<0,4,10>,3)
B. Gimeno
esto es la realidad
 
 Post a reply to this message 
 | 
  |