|
1 | 1 | (******************************************************************************)
|
2 |
| -(* OpenGLGraphikEngine ver. 0.09 *) |
| 2 | +(* uOpenGLGraphikEngine.pas ??.??.???? *) |
3 | 3 | (* *)
|
4 |
| -(* Autor : by Corpsman *) |
| 4 | +(* Version : 0.09 *) |
5 | 5 | (* *)
|
6 |
| -(* Support : www.Corpsman.de *) |
| 6 | +(* Author : Uwe Schächterle (Corpsman) *) |
7 | 7 | (* *)
|
8 |
| -(* License : This Unit is Freeware for non Commercial use only. *) |
9 |
| -(* *) |
10 |
| -(* Warranty : There is no warranty. *) |
| 8 | +(* Support : www.Corpsman.de *) |
11 | 9 | (* *)
|
12 | 10 | (* Description : This unit tries to help the user to use graphiks with OpenGL *)
|
13 | 11 | (* without the need of special knowlege in bitmanipulations. *)
|
|
16 | 14 | (* work not correct, please read the implementation part *)
|
17 | 15 | (* carefully before use. *)
|
18 | 16 | (* *)
|
19 |
| -(* History : 0.01 - Initial version ( exported from balanced ) *) |
20 |
| -(* 0.02 - Hinzufügen der RenderBillboard Routine *) |
21 |
| -(* 0.03 - Ändern RenderQuad zur unterstützung für negative Width *) |
22 |
| -(* Damit Bugfix Spiegelungsbug für 180° rotation *) |
23 |
| -(* 0.04 - added glcolor() *) |
24 |
| -(* 0.05 - neuer Stretch mode Nearest Neighbour interpolation *) |
25 |
| -(* 0.06 - Methode RemoveGraphik *) |
26 |
| -(* 0.07 - LoadAlphaPNGGraphik *) |
27 |
| -(* 0.08 - Fix Memleaks *) |
28 |
| -(* 0.09 - Fix LoadAlphaColorGraphik *) |
| 17 | +(* License : See the file license.md, located under: *) |
| 18 | +(* https://github.com/PascalCorpsman/Software_Licenses/blob/main/license.md *) |
| 19 | +(* for details about the license. *) |
| 20 | +(* *) |
| 21 | +(* It is not allowed to change or remove this text from any *) |
| 22 | +(* source file of the project. *) |
| 23 | +(* *) |
| 24 | +(* Warranty : There is no warranty, neither in correctness of the *) |
| 25 | +(* implementation, nor anything other that could happen *) |
| 26 | +(* or go wrong, use at your own risk. *) |
| 27 | +(* *) |
| 28 | +(* Known Issues: none *) |
| 29 | +(* *) |
| 30 | +(* History : 0.01 - Initial version ( exported from balanced ) *) |
| 31 | +(* 0.02 - Hinzufügen der RenderBillboard Routine *) |
| 32 | +(* 0.03 - Ändern RenderQuad zur unterstützung für negative Width*) |
| 33 | +(* Damit Bugfix Spiegelungsbug für 180° rotation *) |
| 34 | +(* 0.04 - added glcolor() *) |
| 35 | +(* 0.05 - neuer Stretch mode Nearest Neighbour interpolation *) |
| 36 | +(* 0.06 - Methode RemoveGraphik *) |
| 37 | +(* 0.07 - LoadAlphaPNGGraphik *) |
| 38 | +(* 0.08 - Fix Memleaks *) |
| 39 | +(* 0.09 - Fix LoadAlphaColorGraphik *) |
29 | 40 | (* *)
|
30 | 41 | (******************************************************************************)
|
31 | 42 | Unit uopengl_graphikengine;
|
|
0 commit comments