"Well, if crime fighters fight crime and fire fighters fight fire, what do freedom fighters fight? They never mention that part to us, do they?"
- George Carlin
More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 ... 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 321 ... 331 ... 341 ... 350 351 352 353 354 355 356 357 358 359 360 ... 371 ... 381 ... 391 ... 401 ... 411 ... 421 ... 431 ... 438
Query FailedDa3dalus
Monday, June 28, 2004

Looks good, nice work

I'm curious about one thing though... if shadows, compressed bump maps and compressed base maps are all set to false I get about 75 fps. Enabling only compressed bump maps gives a nice boost to about 90 fps, and enabling only compressed base maps gives me about 93 fps. The weird thing (I think, I've never done any 3D programming) is that with both compressed bump maps and compressed base maps enabled, I get 91 fps. Granted it's not a big difference, but it does make me curious. Individually they both give a nice performance boost, but shouldn't the boost get bigger when using both? I see the same pattern with shadows enabled, only the numbers are lower.

This is with a Radeon 9800 Pro and Catalyst 4.6 drivers if it matters

sqrt[-1]
Monday, June 28, 2004

I think humus has a cubic shadow mapping demo in OpenGL on this site (shadows that rocks?) Anyway it uses the "packing a float into a color texture" hack to accomplish this.

There is also another demo of this "hack" at:
http://www.delphi3d.net/listfiles.php?category=4
(The portalengine demo)


Humus
Monday, June 28, 2004

Sure you can! You don't need to use depth textures, you can just use any regular texture format and shaders.

slang
Sunday, June 27, 2004

Looks greate!

BTW, currently it is not possible to use cubic shadow mapping in OpenGL, right?
AFAIK, GL_DEPTH_COMPONENT format is not supported under GL_TEXTURE_CUBE_MAP_ARB redner target.

slang
Sunday, June 27, 2004

Looks greate!

BTW, currently it is not possible to use cubic shadow mapping in OpenGL, right?
AFAIK, GL_DEPTH_COMPONENT format is not supported under GL_TEXTURE_CUBE_MAP_ARB redner target.

Jlong
Sunday, June 27, 2004

Nice work man. Sweet program

Arioch
Sunday, June 27, 2004

I tried running it in fullscreen on my x800XT PE and now I get an error saying "Couldn't creat Direct3D interface device". Even reinstalling the program doesn't fix it. Is there something I can use to find it in the registry to delete it? I tried searching for 3dc but that comes up with way too many items.

sqrt[-1]
Sunday, June 27, 2004

I must say this must be one of the best examples of detail normal mapping I have seen. (Think I saw the first just after Geforce3 was released, wonder why more people do not do it? -after people see this I am sure more will)

FYI- The shadows seem messed up on my 5200 (61.12 drivers). If they are enabled only ambient lighting seems to show up. And frame jumps from 7-1000(!) every second frame(timer bug?). Disabling shadows seems to make the demo run normally.

More pages: 1 ... 11 ... 21 ... 31 ... 41 ... 51 ... 61 ... 71 ... 81 ... 91 ... 101 ... 111 ... 121 ... 131 ... 141 ... 151 ... 161 ... 171 ... 181 ... 191 ... 201 ... 211 ... 221 ... 231 ... 241 ... 251 ... 261 ... 271 ... 281 ... 291 ... 301 ... 311 ... 321 ... 331 ... 341 ... 350 351 352 353 354 355 356 357 358 359 360 ... 371 ... 381 ... 391 ... 401 ... 411 ... 421 ... 431 ... 438