Search found 5 matches
- Fri Aug 10, 2007 5:36 am
- Forum: Game Programming
- Topic: Rendering thick curved lines
- Replies: 4
- Views: 2377
- Fri Aug 10, 2007 2:49 am
- Forum: Game Programming
- Topic: Rendering thick curved lines
- Replies: 4
- Views: 2377
Rendering thick curved lines
This isn't so much a game question as a graphics question. Could someone suggest an efficient method to produce geometry (I hope this can be done in terms of geometry and not pixels) for thick curved lines like Photoshop and Flash can draw?
My current approach is to create a triangle strip following ...
My current approach is to create a triangle strip following ...
- Sat Aug 04, 2007 5:43 pm
- Forum: Coding Questions
- Topic: Enumerating windows
- Replies: 9
- Views: 5065
- Sat Aug 04, 2007 4:53 pm
- Forum: Coding Questions
- Topic: Enumerating windows
- Replies: 9
- Views: 5065
- Sat Aug 04, 2007 4:08 pm
- Forum: Coding Questions
- Topic: Enumerating windows
- Replies: 9
- Views: 5065
Enumerating windows
Hello. Could someone please explain to me how to use EnumWindows_() to list the currently open windows? I tried to do it the easy way with Droopy's lib, but it seems to have some sort of issue because any functions that return window names only return the first character of them.