home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-27 | 1.4 KB | 38 lines | [TEXT/CWIE] |
- About the Juggler project:
-
- This was written as a demo for a talk for the Developer's SIG of
- the Macintosh Downtown Business User's Group (Mac dBug) in
- Seattle, WA.
-
- It was written for Metrowerks Codewarrior release 7, and is
- based on PowerPlant. Most of the files assume that you're using
- a pre-compiled header built from "PP_QD3D Headers.pch". This
- includes the debugging PowerPlant headers and the QuickDraw 3D
- headers.
-
- Juggler implements two kinds of Quickdraw 3D rendered images.
-
- The first is nearly identical in function to the "Start Here"
- "boxes" demo supplied by Apple. I've completely rewritten the
- code in C++ in order to make it easier to integrate into
- PowerPlant and adapt to other things.
-
- The second is a "prop pane", which renders either a cube or a
- juggling club and then tumbles and moves it about the window.
- It is meant as an exploration of QuickDraw 3D Transform objects.
- Also, dragging in the window moves the camera position.
-
- It also installs QuickDraw 3D error handlers to display any
- errors, warnings, and notices in a TextEdit window. You turn it
- off by removing the line
- CQD3DErrorsDoc * doc = new CQD3DErrorsDoc();
- from main().
-
- This is intended as quick and dirty demonstration code.
- No warrantee expressed or implied, etc. I don't claim any
- copyright, but I would like to hear from you if you find it useful.
-
- James Jennings
- jennings@halcyon.com
- December 4, 1995
-