-- G3dRenderPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, May 17, 1989 6:08:18 pm PDT
-- Crow, May 16, 1989 6:21:50 pm PDT
G3dRenderPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, BasicTime, CedarProcess, ColorDisplayManager, Commander, Convert, ConvertRasterObject, FS, G3dMatrix, G3dPlane, G3dShape, G3dVector, G3dView, Imager, ImagerBackdoor, ImagerColor, ImagerColorFns, ImagerColorMap, ImagerDitherContext, ImagerFont, ImagerFullColorContext, ImagerGrayContext, ImagerInterpress, ImagerPixel, ImagerSample, ImagerSmoothContext, IO, List, NamedColors, Process, Real, RealFns, Rope, RuntimeError, SafeStorage, SF, Terminal, TiogaOps, Vector2, ViewerIO, ViewerOps, ViewerTools
EXPORTS ALL
CONTROL G3dEdgeBltImpl, G3dLightImpl, G3dScanConvertImpl, G3dClipXfmShadeImpl, G3dSortandDisplayImpl, G3dRenderImpl, G3dRenderWithPixelsImpl, G3dShadeImpl, G3dRenderWithImagerImpl, G3dColorDisplaySupportImpl, G3dMappedAndSolidTextureImpl
=
BEGIN
G3dClipXfmShadeImpl;
G3dColorDisplaySupportImpl;
G3dEdgeBltImpl;
G3dLightImpl;
G3dMappedAndSolidTextureImpl;
G3dRenderImpl;
G3dRenderWithImagerImpl;
G3dRenderWithPixelsImpl;
G3dScanConvertImpl;
G3dShadeImpl;
G3dSortandDisplayImpl;
END.