Exemplo n.º 1
0
		public idMapPatch(int maxWidth, int maxHeight)
		{
			this.Type = MapPrimitiveType.Patch;
			_surface = new idPatchSurface(maxWidth, maxHeight);	
		}
Exemplo n.º 2
0
		public idMapPatch()
		{
			this.Type = MapPrimitiveType.Patch;
			_surface = new idPatchSurface();
		}