Next: , Previous: look-toward, Up: GCL Reference


7.2.69 merge

(merge {window|camera} CAM-ID { WINDOW or CAMERA ... })
Modify the given window or camera, changing just those properties specified in the last argument. E.g.
          	(merge camera Camera { far 20 })
     

sets Camera's far clipping plane to 20 while leaving other attributes untouched.