ADC Home > Reference Library > Technical Q&As > Legacy Documents > Graphics & Imaging >
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
NOTE: This Technical Q&A has been retired. Please see the Technical Q&As page for current documentation. |
|
Q: What are view hints in the QuickDraw 3D MetaFile format (3DMF)? A: The concept of view hints was included early on in the development of QuickDraw 3D. It became apparent that the settings for determining how a scene should be rendered are not always transportable from one application to another (for example, settings such as the camera location, lighting, camera type, etc.). The idea of a view hint is that it sets up a series of hints that tell the reading application how the author of a MetaFile intended the geometries within the MetaFile to be rendered. The fact that these are hints implies that the reading application can ignore them. Rather than writing out the lighting information to the MetaFile as absolute
objects, Apple recommends creating a view in the normal manner, adding
lighting, camera, renderer and other information in the normal manner, and then
extracting the view hints from the view with See Also:
|
|