Search found 2080 matches

by Dr_D
Oct 03, 2005 6:45
Forum: Archive
Topic: Space Impakto in realtime scale_2x
Replies: 22
Views: 7602

51 FPS Full screen...

41 FPS Windowed...

AMD 3.1G

512M RAM

GForceFX 5500OC 256M vram

A little bit choppy in both modes. Looking good though. ;)
by Dr_D
Sep 28, 2005 8:04
Forum: Sources, Examples, Tips and Tricks
Topic: Sine and Cosine square
Replies: 2
Views: 2663

Heh... I tried to do sprite rotation similar to that a while back. ;) Look at the stack eater... lol Declare Sub FloodFill(BYVAL X, BYVAL Y, BYVAL Col) Declare Sub Flood(BYVAL X, BYVAL Y, BYVAL Col) Screen 12,,,1 FloodFill 320,240,14 Sleep SUB FloodFill(BYVAL X, BYVAL Y, BYVAL Col) Flood X+1,Y,Col F...
by Dr_D
Sep 18, 2005 2:06
Forum: Archive
Topic: anonymous1337's Adventure, The Arch Advent: Before it Began
Replies: 40
Views: 12020

Don't forget that there's also the OpenAL sound library. That's what I use now. ;)


EDIT:
I was looking at your demo, and I was wondering what method you were using to cull the back-faces on your cube demo? I got some depth errors. ;)
by Dr_D
Sep 13, 2005 0:39
Forum: General
Topic: SDL Parachute?
Replies: 4
Views: 1317

Project Messiah... It's a 3D animation program. ;)
by Dr_D
Sep 12, 2005 23:45
Forum: General
Topic: SDL Parachute?
Replies: 4
Views: 1317

Hmmm... I had no luck with SDL_NOPARACHUTE. I found a couple of posts about it in some forum, but I didn't really bother with it. However, I did a system restore right before I installed this program called Project Messiah, and it works fine again. I think it had something to do with their dongle dr...
by Dr_D
Sep 12, 2005 9:37
Forum: General
Topic: SDL Parachute?
Replies: 4
Views: 1317

SDL Parachute?

Has anyone ever had that error? I got this... Fatal Signal: Segmentation Fault (SDL Parachute Deployed) I haven't changed a line of code since the program ran fine last night either. I'm going to try and reinstall SDL. I hope it works... I've just never heard of the SDL parachute before. lol edit......
by Dr_D
Aug 31, 2005 4:22
Forum: General
Topic: Exit codes?
Replies: 5
Views: 1764

I figured out what the bug was too. I was trying to index a pointer array that wasn't allocated large enough. Works fine now.
*slams forehead into keyboard*
by Dr_D
Aug 30, 2005 5:55
Forum: General
Topic: Exit codes?
Replies: 5
Views: 1764

I'm not sure if it's just my pc or what, but when I do a stack overflow, I get an exit code of like -1037632.
by Dr_D
Aug 30, 2005 4:14
Forum: General
Topic: Exit codes?
Replies: 5
Views: 1764

No, it complies fine. It crashes in the middle of the program though, at random times. Sometimes as soon as it starts, sometimes after a few minutes. I thought -11 was pointing to an out of bounds error or something.
by Dr_D
Aug 30, 2005 3:31
Forum: General
Topic: Exit codes?
Replies: 5
Views: 1764

Exit codes?

Is it a feature of FBC, or is it a feature of FBIDE? I'm getting Exit Code -11 on a program that's crashing on me. What's -11 mean? Is there a listing somewhere that I missed?
by Dr_D
Aug 29, 2005 22:07
Forum: General
Topic: 3d skeletal animation
Replies: 2
Views: 1195

Lightwave, 3DSMax, Maya and Milkshape all do skeletal animations. Milkshape is the cheapest. Lightwave is the best. I'm sure there are others, but those are the programs that I've tried. ;) You can store skeletal animation using a heirarchy of bones, and a weightmap... If Bone1 is rotated, then Bone...
by Dr_D
Aug 28, 2005 18:47
Forum: General
Topic: Smoke generator how to ?
Replies: 17
Views: 5381

Well, without using OpenGL, the only thing I could do would be too slow for a real-time application.
by Dr_D
Aug 28, 2005 9:19
Forum: General
Topic: Smoke generator how to ?
Replies: 17
Views: 5381

Are you using a library, such as OpenGL?
by Dr_D
Aug 22, 2005 4:00
Forum: General
Topic: gl_shader question...
Replies: 6
Views: 1983

Here... They also sent me a link to this.

http://download.nvidia.com/developer/Pa ... upport.pdf

Thanks!

;)
by Dr_D
Aug 22, 2005 3:37
Forum: General
Topic: gl_shader question...
Replies: 6
Views: 1983

That's it right there, glsl. Anything above 1.5 wont work on my card in FB though. I've found several demos on the web that will... ??? I followed the SB as close as I could too.