Menu

#3 Bilinear or Scanline doesn't work with Double

open
nobody
None
5
2009-05-10
2009-05-10
Anonymous
No

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

Discussion

  • Devilmarkus

    Devilmarkus - 2009-05-31

    Change this:
    <param name="BILINEAR" value="true/false">
    to
    <param name="BILINEAR" value="true">

    In the parameters.txt is nly the possiblity given.

     
  • Devilmarkus

    Devilmarkus - 2009-05-31

    try this URL, too:
    http://cpc-live.com/cauldrongame.html

    It shows DOUBLE and SCANLINES/BILINEAR etc...

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.