EmuCR Feeds
Email Us

EmuCR: GLideN64GLideN64 Git (2015/09/26) is compiled. GLideN64 is a new generation, open-source graphics plugin for N64 emulators

GLideN64 Git Changelog:
* Merge branch 'master' of https://github.com/gonetz/GLideN64
* Use fixed alpha flag only for 8bit frame buffers.
Otherwise it cause regression in Pokemon Stadium 2, see #721
* Make frame buffer texture monochrome when it is used as IA texture.
Fixes sepia effect in Pokemon Stadium 2 during credits, #721
* Set vertex alpha for texrect to 1.
This is actually a hack. Rect functions use vertex color and alpha set to zero.
This hack is done to fix issue #721 in Pokemon Stadium 2. The game uses
texrects to render images in the auxiliary buffer. The texrects use SHADE
for alpha combiner. Since alpha is zero, the rendered image in the auxiliary buffer
has zero alpha. When the auxiliary buffer is used as texture, it is blended with
background, and zero alpha makes it invisible. I set vertex alpha to 1 to avoid it.
When N64 saves pixel to 16bit frame buffer, it uses pixel coverage for alpha value to store,
not calculated pixel's alpha. Thus, on real N64 the auxiliary buffer will have
full alpha and blending will not make it invisible. Thus, true emulation will
require pixel coverage calculation and shader-based blending.
* Correct some blend modes.

EmuCR: GLideN64

Download: GLideN64 Git (2015/09/26)
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!