Ejemplo n.º 1
0
        public override void Setup(Object type)
        {
            base.Setup(type);
            Camera component = (Camera)type;

            ClippingPlaneNear.Setup(component.nearClipPlane);
            ClippingPlaneFar.Setup(component.farClipPlane);
        }