-- G3dRenderPackage.config.
-- Copyright Ó 1992 by Xerox Corporation. All rights reserved.
-- Copyright Ó 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, July 22, 1992 4:38 pm PDT
-- Crow, November 14, 1990 11:43 am PST
G3dRenderPackage: CONFIGURATION LINKS: CODE
IMPORTS Atom, CedarProcess, ColorFns, G3dDraw, G3dMatrix, G3dRender, G3dVector, G3dView, ImagerSample, IO, NamedColors, Random, Real, RealFns, Rope, RuntimeError, TiogaOps, ViewerOps, ViewerTools
EXPORTS ALL
CONTROL G3dLightImpl, G3dRenderImpl, G3dShadeImpl
=
BEGIN
G3dLightImpl;
G3dNormalCodingImpl;
G3dRayTraceImpl;
G3dRenderImpl;
G3dShadeImpl;
END.