示例#1
0
        public Scene()
        {
            primitiveList_ = new System.Collections.ArrayList(10);
            lightList_     = new System.Collections.ArrayList(10);

            Background = RGBColor.RGBblue();

            Camera = new Camera();

            boundingbox = new BoundingBox();
        }