All about graphics
ELSA SYNERGY II
18
3D interfaces
Software interfaces, including 3D interfaces, are known as APIs (Application Program
Interface). The question is what are these interfaces used for, and how do they work.
In simple terms: They make developers' work easier. The methods by which the various
interfaces function, are comparable: In the past it was necessary to address the various
hardware components directly in programming if you wanted to exploit their capabilities
to the full. The APIs are a kind of translator operating between the hardware and the
software.
The specification of standard definitions was the precondition for the proper function of
these translation routines. These definitions are implemented by the hardware manufac-
turers during development and optimized for the hardware concerned. Developers can
implement complex procedures relatively easily by using these definitions. They can use
a uniform command set when programming and do not need to know the characteristics
specific to the hardware.
What APIs are available?
There are a good dozen more or less commonly found 3D APIs. However, in recent years,
two formats have established themselves as the favorites: Direct 3D and OpenGL. ELSA
graphics boards support these commonly found 3D interfaces. The functional differences
between the interfaces are slight. The decisive questions for the user concern extensi-
bility, flexibility and possible portability to existing applications.
Direct 3D
As a development of Mode X and DirectDraw under Windows 3.1x, Direct 3D is a branch
of the DirectX multimedia family which was developed directly for Windows 95 to accel-
erate the slow 3D display characteristics of the operating system. Direct 3D is based on
Microsoft's Common Object Model (COM), which is also used as the foundation to OLE
technology (Object Linking and Embedding). Direct 3D cooperates with Direct Draw in
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
Содержание Synergy II
Страница 1: ...ELSA SYNERGYTM II User Manual...
Страница 28: ...All about graphics ELSA SYNERGY II 22...
Страница 34: ...Appendix ELSA SYNERGY II 28...