"Freedom is not worth having if it does not include the freedom to make mistakes."
- Mahatma Gandhi
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 ... 351 ... 361 ... 371 ... 380 381 382 383 384 385 386 387 388 389 390 ... 401 ... 411 ... 421 ... 431 ... 438
Query FailedMesserFuerFrauSchmid
Wednesday, March 3, 2004

@NewKenobi

This is only faster because they use 2D maps (two dimensional textures are always fast at least as long you use the right format (like R8G8B8A8 or L) 3D textures are fucking slow because of memory adressing and heavy cache misses and they are a waste of memory because right now they always have to be ^2. That's why GAMEZ NEVER EVER USE THOSE.

Humus
Wednesday, March 3, 2004

This is what I got from google. Haven't tried it myself so I don't know if it works:

[HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\OpenGL\Debug]
"ShaderObjects"=dword:00000001

z
Wednesday, March 3, 2004

What do you mean by "tweak to enable GLSL on the GFFX"

Humus
Tuesday, March 2, 2004

NeoKenobi,
hmm, haven't noticed that. Probably something wrong in my .dds write code. Gonna look into it.

Daedalus
Tuesday, March 2, 2004

Looks great (especially if you run with 6x AA and 16x AF)

Sunray
Tuesday, March 2, 2004

Very nice.

NeoKenobi
Tuesday, March 2, 2004

@Fraulein Schmid

Using a volume map to store lighting information is a lot faster than dynamically compute the lighting, that's why all the old games (Quake etc.) used lightmapping instead of dynamic light computation.

@Humus

The DX DDS texture viewer thingie says your lightmap is 2D... How come you are using a 2D texture for volumetric lighting?

MesserFuerFrauSchmid
Tuesday, March 2, 2004

Volume map -> BAD IDEA = BAD PERFORMANCE = UNPRACTICAL

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 ... 351 ... 361 ... 371 ... 380 381 382 383 384 385 386 387 388 389 390 ... 401 ... 411 ... 421 ... 431 ... 438