Categories
Navigation
MVP
Microsoft MVP (since 2006) in the XNA/DirectX category

Tag cloud
Ajax (8) All (206) Arena Wars (21) Boo (4) BroodWar (8) Conferences (1) Development (44) Game Development (142) IronPython (3) Lost Squadron (17) Lua (6) meinSport.de (4) Other (150) Polynapping (12) Programming (156) Racing Game (7) Reviews (76) Rocket Commander (49) Silverlight (10) SQL (1) StudiHelp.de (2) XNA (40)
On this page
Archive
| April, 2008 (1) |
| March, 2008 (1) |
| February, 2008 (3) |
| January, 2008 (4) |
| December, 2007 (2) |
| November, 2007 (2) |
| September, 2007 (2) |
| August, 2007 (2) |
| July, 2007 (10) |
| June, 2007 (6) |
| May, 2007 (9) |
| April, 2007 (11) |
| March, 2007 (10) |
| February, 2007 (3) |
| January, 2007 (1) |
| December, 2006 (4) |
| November, 2006 (13) |
| October, 2006 (1) |
| August, 2006 (14) |
| July, 2006 (5) |
| June, 2006 (7) |
| May, 2006 (9) |
| April, 2006 (5) |
| March, 2006 (8) |
| February, 2006 (8) |
| January, 2006 (2) |
| December, 2005 (9) |
| November, 2005 (7) |
| October, 2005 (5) |
| September, 2005 (2) |
| August, 2005 (5) |
| July, 2005 (2) |
| May, 2005 (2) |
| January, 2005 (2) |
| December, 2004 (16) |
| November, 2004 (12) |
| October, 2004 (8) |
Popular
Blogroll
Projects
Arena Wars (2004)

Rocket Commander (2006)

Pizza Commander (2006)

Rocket Racer (2006)

Coop Commander (2006)

Flower Commander (2006)

Fruit Commander (2006)

Euro Vernichter (2003)

Lost Squadron (2005)

Zombie Quest (very simple 2D Adventure, 2006)

Freifunk Hannover project (GoogleMaps support)

Older projects (2000 and earlier)

MeinSport.de - German Sport Community Site

About
About me: Contact

Email: 
Total Posts: 213 This Year: 9 This Month: 0 This Week: 0 Comments: 403
|
Made with
 |
Disclaimer
The opinions expressed herein are my own personal opinions and do not represent
my employer's view in anyway.
| | 
My brothers
netfreak.de

mirkman.de

Sign In
|
Wednesday, September 07, 2005 7:25:33 PM UTC ( All | Game Development | Other | Programming )
| I've updated the NormalMapCompressor program for our graphic artists. While the old version 1.2 did help out a lot for normal maps, it did not compress the diffuse and optional height map required for many models.
The new version has a couple of cool new features:
- Diffuse, Normal and Height maps are supported now and will be converted for you automatically.
- Simply load new textures with a drag and drop operation: Just drag the diffuse texture file onto the application and the diffuse, the normal (same filename +"Normal") and the height map (+"Height") will be loaded automatically if they exist.
- The preview can now be expanded and collapsed. Also added Parallax Mapping support for the preview shader :)
- Much cooler overall look (previews all input textures now) and much more useable tool for artists.
Download NormalMapCompressor v1.3.
Download source code!
Before installing make sure you have DirectX 9.0c and Managed DirectX. I've tested it only with the DirectX August 2005 version (click here to download).
Update 2005-09-08: Fixed bug with saving (directory wasn't used). Works fine now.
Another thing: I'm going to the PDC 2005 in a few days. I've never been in USA and I am very excited! The great Dirk Primbs (Microsoft Developer Evangelist for Germany) invited me. Somehow Microsoft thinks I'm kinda special and invited me there :)

Well, at least I've done Arena Wars, the first commerical .NET game. I will also present our new game using my new engine (first .NET 2.0 game engine optimized for Windows Vista) to a couple of Microsoft DirectX and .NET guys, maybe I manage to impress them ^^
I will try to take some cool pictures there (PDC is in L.A.) and post about my experiences there. I'm very excited! |  |
|