Giter Club home page Giter Club logo

Comments (2)

hrydgard avatar hrydgard commented on August 20, 2024

What's the issue? This is obvious and the Windows port already does what you describe. This will also be added as options in the other versions later.

And it has nothing to do with anisotropic filtering, see http://en.wikipedia.org/wiki/Anisotropic_filtering

from ppsspp.

 avatar commented on August 20, 2024

I think may be i mentioned not clear in previous post.

Assume i run as screen2x which g_Config.iWindowZoom =2

Case 1 - Original setting in EmuThread.cpp

if (coreParameter.renderWidth = 480 * g_Config.iWindowZoom;
coreParameter.renderHeight = 272 * g_Config.iWindowZoom; )

then 1st image got NO edge filtering but 3d polygon in HIGH resolution

wrender1.jpg
wrender2.jpg

Case 2 - Modified setting in EmuThread.cpp

if (coreParameter.renderWidth = 480
coreParameter.renderHeight = 272 )

then 1st image got edge filtering but 3d polygon in very LOW resolution

(However , when i turn off the buffered rendering , the 3d polygon will be in HIGH reolution again but edge filtering will be gone )

render1.jpg
render2.jpg

from ppsspp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.