-- Geometry3dAppliedPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, February 24, 1987 5:44:00 pm PST
Geometry3dAppliedPackage: CONFIGURATION
IMPORTS Args, Atom, CedarProcess, Clip3d, ColorDisplay, Commander, Controls, Convert, Draw2d, FileNames, FS, Imager, ImagerBackdoor, ImagerColorMap, ImagerFont, ImagerInterpress, IO, Matrix3d, Polynomial, RealFns, Rope, RuntimeError, Spline3d, Terminal, TextureMaps, ThreeDMisc, ThreeDScenes, Tilers, Vector2, Vector3d, ViewerOps
EXPORTS Controls3d, Draw3d, Misc3d, Print3d, Polygons3d, Render3d
CONTROL Controls3dImpl, VizerImpl
=
BEGIN
Animate3dImpl;
Controls3dImpl;
Draw3dImpl;
Misc3dImpl;
Polygons3dImpl;
Print3dImpl;
Render3dImpl;
VizerImpl;
END.