Bilinear or Scanline doesn't work with Double
Status: Beta
Brought to you by:
devilmarkus
Hi,
I'm the same guy who post "AppleViewer exception", now for another bug report.
When using JavaCPC as applet in a browser I use to set:
<applet archive="system.jar" name="JEMU" code="jemu.ui.JEMU.class" codebase="./" width="768" height="544">
<param name="DOUBLE" value="TRUE">
<param name="BILINEAR" value="true/false">
</applet>
But when I use DOUBLE than BILINEAR, SCANLINES or SCANEFFECT doesn't work !
To use BILINEAR, SCANLINES or SCANEFFECT I have to set DOUBLE -> FALSE.
So DOUBLE+BILINEAR = DOUBLE only.
NO-DOUBLE+BILINEAR = BILINEAR but NO DOUBLE.
No way to use DOUBLE+BILINEAR (or CANLINES or SCANEFFECT)
thanks
Davide 'Turrican' Michelini
Change this:
<param name="BILINEAR" value="true/false">
to
<param name="BILINEAR" value="true">
In the parameters.txt is nly the possiblity given.
try this URL, too:
http://cpc-live.com/cauldrongame.html
It shows DOUBLE and SCANLINES/BILINEAR etc...