:GLeft is -2.0;
:GRight is 2.0;
:GTop is 2.0;
:GBottom is -2.0;
:GNear is -5.0;
:GFar is 5.0;

:GraphicOrth transform{:GLeft,:GRight,:GBottom,:GTop,:GNear,:GFar};

:Light0 is a light;
:Light0 moves {0,0,10};
:Light0 colors {0.2,0.2,0.2};
:Light0 bind;

:Light1 is a light;
:Light1 moves {0,0,0};
:Light1 colors {0.0,0.0,0.0};
:Light1 bind;

:Light2 is a light;
:Light2 moves {0,0,0};
:Light2 colors {0.0,0.0,0.0};
:Light2 bind;

:Light3 is a light;
:Light3 moves {0,0,0};
:Light3 colors {0.0,0.0,0.0};
:Light3 bind;

:Red is a material;
:Red colors{25.0,0.0,0.0};
:Red shines 25.0 ;
:Red speculer {9.0,9.0,9.0};
:Red bind;

:RedTransparency is a material;
:RedTransparency colors{25.0,0.0,0.0};
:RedTransparency shines 25.0 ;
:RedTransparency alpha 0.5;
:RedTransparency speculer {9.0,9.0,9.0};
:RedTransparency bind;

:Blue is a material;
:Blue colors{0.0,0.0,25.0};
:Blue shines 25.0 ;
:Blue speculer {9.0,9.0,9.0};
:Blue bind;

:Green is a material;
:Green colors{0.0,25.0,0.0};
:Green shines 25.0;
:Green speculer {9.0,9.0,9.0};
:Green bind;

:GreenTransparency is a material;
:GreenTransparency colors{0.0,10.0,0.0};
:GreenTransparency shines 10.0;
:GreenTransparency alpha 0.4;
:GreenTransparency speculer {9.0,9.0,9.0};
:GreenTransparency bind;

:Yellow is a material;
:Yellow colors{28.0,28.0,0.0};
:Yellow shines 30.0;
:Yellow speculer {9.0,9.0,9.0};
:Yellow bind;

:Magenta is a material;
:Magenta colors{28.0,0.0,28.0};
:Magenta shines 30.0;
:Magenta speculer {9.0,9.0,9.0};
:Magenta bind;

:YellowTransparency is a material;
:YellowTransparency colors{10.0,10.0,0.0};
:YellowTransparency alpha 0.5;
:YellowTransparency shines 10.0;
:YellowTransparency speculer {9.0,9.0,9.0};
:YellowTransparency bind;

:SkyBlue is a material;
:SkyBlue colors{0.5,8,8};
:SkyBlue shines 8.0;
:SkyBlue speculer {3.0,4.0,9.0};
:SkyBlue bind;

:SkyBlueTransparency is a material;
:SkyBlueTransparency colors{0.5,8,8};
:SkyBlueTransparency shines (8.0);
:SkyBlueTransparency alpha (0.4);
:SkyBlueTransparency speculer {3.0,4.0,9.0};
:SkyBlueTransparency bind;

:Aquamarine is a material;
:Aquamarine colors{1.5,6.0,5.5};
:Aquamarine shines 6.0;
:Aquamarine speculer {3.0,5.0,3.6};
:Aquamarine bind;

:AquamarineTransparency is a material;
:AquamarineTransparency colors{1.5,6.5,5.5};
:AquamarineTransparency alpha 0.5;
:AquamarineTransparency shines 6.8;
:AquamarineTransparency speculer {3.0,5.0,3.6};
:AquamarineTransparency bind;

:SlateBlue is a material;
:SlateBlue colors{1.0,1.0,5.5};
:SlateBlue shines 6.0;
:SlateBlue speculer {0.5,0.5,6.0};
:SlateBlue bind;

:SlateGreen is a material;
:SlateGreen colors{0.5,3.5,0.5};
:SlateGreen shines 6.0;
:SlateGreen speculer {0.5,5.0,0.5};
:SlateGreen bind;

:LimeGreen is a material;
:LimeGreen colors{2.0,8.0,2.0};
:LimeGreen shines 8.5;
:LimeGreen speculer {3.0,6.0,3.0};
:LimeGreen bind;

:Pink is a material;
:Pink colors{6.0,2.8,2.7};
:Pink shines 7.0;
:Pink speculer {3.0,3.0,6.0};
:Pink bind;

:Gray is a material;
:Gray colors{4.0,4.0,4.0};
:Gray shines 8.0;
:Gray speculer {4.0,4.0,3.5};
:Gray bind;

:DarkGray is a material;
:DarkGray colors{2.7,2.7,2.7};
:DarkGray shines 7.0;
:DarkGray speculer {6.0,6.0,6.0};
:DarkGray bind;

:LemonChiffon is a material;
:LemonChiffon colors{4,4,1.5};
:LemonChiffon shines 6.0;
:LemonChiffon speculer {0,0,0};
:LemonChiffon bind;
:DefaultObjectColor is :Red;
:Xsym_location is {10,1.0,0};
:Ysym_location is {1.0,10,0};
:Zsym_location is {1.0,0,50};

:Xmax_value is 10;
:Xmin_value is -10;

:Xbgn0 is {:Xmin_value,0,0};
:Xend0 is {:Xmax_value,0,0};

:X0 is a segment;
:X0 from :Xbgn0;
:X0 to :Xend0;
:X0 antialiases on ;
:X0 color is :Red;
:X0 draw;

:Ymax_value is 10;
:Ymin_value is -10;

:Ybgn0 is {0,:Ymin_value,0};
:Yend0 is {0,:Ymax_value,0};

:Y0 is a segment;
:Y0 from :Ybgn0;
:Y0 to :Yend0;
:Y0 antialiases on;
:Y0 color is :Green;
:Y0 draw;

:Zmax_value is 10;
:Zmin_value is -10;

:Zbgn0 is {0,0,:Zmin_value};
:Zend0 is {0,0,:Zmax_value};

:Z0 is a segment;
:Z0 from :Zbgn0;
:Z0 to :Zend0;
:Z0 antialiases on;
:Z0 color is :Aquamarine;
:Z0 draw;

