• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

source/H25-Dec-2021-7,8284,636

LICENSEH A D25-Dec-20211.4 KiB2823

READMEH A D25-Dec-20211.5 KiB3827

README

1
2GLU ES version 1.4
3
4This port is based on original GLU 1.3 and has original libutil and libtess
5(part of GLU) only.
6
7Warning, after gluCylinder(), gluDisk(), gluPartialDisk(), gluSphere() function
8call, color, vertex, texture and normal arrays are disabled. Array pointers are
9changed and must be reinstalled by caller to its original state.
10
11Currently QNX 6.4.x native target build is supported and Win32 x86 build for
12PowerVR OpenGL ES 1.1 emulator (http://www.imgtec.com).
13
14Win32 build uses MSVC 2005 (9.0) and you have to change path to Imagination
15Technologies PowerVR SDK in all project files.
16
17History:
18
191.4 - Small fixes, regarding intermediate casts to double during equation
20      calculations. Added Win32 build target for PowerVR OpenGL ES 1.1
21      emulator. Added GLU ES documentation, based on the OpenGL GLU
22      documentation with ES specific fixes.
231.3 - libtess and tesselation tests (QNX native and SDL 1.3) have been added.
241.2 - SDL 1.3 based tests were added.
251.1 - Removed some texture formats, which are not supported by OpenGL ES 1.x,
26      added arrays manipulation to the quadric functions. Sphere flat shading
27      fixes.  Disk texturing with inner radius more than 0.0f fixes.  Updated
28      tests.
291.0 - Initial public release.
30
31// 17.05.2009
32// Mike Gorchak <mike@malva.ua>, <lestat@i.com.ua>
33
34
35--------------------------------------------------------
36 * Important: Fabien Chereau - September 2009
37 * Most of the content was ripped out for the use of Stellarium
38