Exemplo n.º 1
0
		void DrawEye(StereoVisibility EyeSelection)
		{
			foreach (var Layer in FPinInLayer)
				if (Layer != null)
				{
					Layer.Draw(new DrawArguments(EyeSelection));
				}
		}
Exemplo n.º 2
0
		public DrawArguments(StereoVisibility Eye)
		{
			this.Eye = Eye;
		}