![ELSA WINNER 2000/Office Скачать руководство пользователя страница 43](http://html1.mh-extra.com/html/elsa/winner-2000-office/winner-2000-office_user-manual_2396419043.webp)
All About Graphics
WINNER 2000/Office
33
two-dimensional display. A typical situation would be, for instance, rendering a 3D
object while Direct Draw is placing a two-dimensional background bitmap. Microsoft
claims to have corrected some of the weaknesses of the old version in the most recent
version 5.0.
Immediate Mode and Retained Mode
As can be assumed from the two terms, immediate mode is a programming mode that is
close to the hardware. Retained mode, on the other hand, is a programming mode that
is largely predefined through an API interface. What does this mean in detail? Looking
at the two systems hierarchically, the immediate mode is also known as the low-level
mode. The programming interface level is close to the hardware level and permits the
programmer direct access to special functions in the hardware component concerned.
The retained mode (high-level mode) makes it possible, for example, to load a defined 3D
object with textures into a Windows application. Here it can be manipulated and moved
using simple API commands. Translation takes place in real time, without the need to
know the technical structure of the object.
For further information see the Internet WWW site http://www.microsoft.com
OpenGL
Following its success in gaining a good reputation amongst professionals using CAD/
CAM programs, OpenGL is now increasingly penetrating the PC market. OpenGL is plat-
form-independent and makes a distinction between immediate and display list modes. A
display list stores specific sequences that can be recalled again later. The object descrip-
tions can then be taken directly from the list, resulting in very high performance. How-
ever, if objects need to be manipulated frequently, the display list will have to be
generated again from new. In this case, the speed advantage is lost. OpenGL provides
a wide range of graphics features, from rendering a simple geometric point, line, or filled
polygon, to the most sophisticated representations of curved surfaces with lighting and
texture mapping. The some 330 routines of OpenGL provide software developers access
to these graphics capabilities:
For further information see the Internet WWW site http://www.sgi.com
Содержание WINNER 2000/Office
Страница 1: ...ELSA WINNER 2000 Office TM User Manual...
Страница 8: ...WINNER 2000 Office X...
Страница 22: ...After Installing the Drivers WINNER 2000 Office 14...
Страница 32: ...Video What s In What s Out WINNER 2000 Office 22...
Страница 36: ...Useful Stuff and More WINNER 2000 Office 26...
Страница 58: ...Appendix WINNER 2000 Office 48...