cdev-tux / q3lite

Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
GNU General Public License v3.0
93 stars 16 forks source link

Mirrors are black #16

Closed jacobo-mc closed 3 years ago

jacobo-mc commented 3 years ago

Whenever there should be a mirror i see a black surface instead.

cdev-tux commented 3 years ago

Hello,

Set r_fastsky to zero to see through portals and to see reflections in mirrors. This slows down the framerate quite a bit, so that’s why it’s turned off by default. You can bind a key to toggle the setting on and off. To see reflections in mirrors change the setting in autoexec.cfg or in the console:

r_fastsky "0"

https://github.com/cdev-tux/q3lite/blob/dev/misc/q3lite/autoexec.cfg#L547-L548

jacobo-mc commented 3 years ago

you should put this in the FAQ

cdev-tux commented 3 years ago

I added this to the FAQ (2.10). Thanks!