Wotcha, folks.
Recently I asked a question as to why DBpro burred an image when displaying it. Apparently this was due to automatic mipmapping ...of course!
However, it still blurs stuff even when I simply print or draw to the screen.
For example:
DBpro code...
set display mode 1024,768,32
text 0,0,"DarkBasic"
circle 0,0,50
wait key
end
Gets this display...
BlitzBasic code...
Graphics 1024,768,32,1
Text 0,0,"Blitz Basic"
Oval -50,-50,100,100,False
WaitKey
End
Gets this display...
Why is BB so sharp, and DBpro so burry? Is there an automatic setting that does this? Is it mipmapping?
I actually rate the DBp community much higher than BB's. But I'm finding DBpro really hard to get into.
Any help, please?
Tobo.