Audio (342) Datatype (51) Demo (203) Development (593) Document (22) Driver (99) Emulation (146) Game (991) Graphics (494) Library (113) Network (228) Office (65) Utility (912) Video (69)
Total files: 4328
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Glflare | Description: | How to do a lensflare in OpenGL (Src/Exe) | Download: | glflare.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 224kb | Date: | 04 Sep 2008 | Author: | See README, AmigaOS 4.x compile by Spot / Up Rough | Submitter: | Spot / Up Rough | Email: | spot/triad se | Requirements: | MiniGL 2.0 beta (Included in AmigaOS 4.1) | Category: | demo/misc | License: | Other | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 4012 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 300 (Current version) | | 300 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
An example of how to do lensflares using OpenGL that I found on the net.
.. Spot / Up Rough
/* This source code is based on Direct3D-based code written by Stephen
Coy of Microsoft. All credit for the original implementation of the
idea should go to Stephen. While I referenced Stephen's code during
the writing of my code, my code was completely written by me from
scratch. The algorithms are basically the same to ease critical
comparison of the OpenGL and Direct3D versions. */
/* The image files used by this program are derived from images
developed by Microsoft. */
|