Giter Club home page Giter Club logo

Comments (1)

BrutPitt avatar BrutPitt commented on July 23, 2024

Thanks for the appreciation and sorry for the late answer.

If you mean a "real" render resolution, namely render size 1:1 to PNG size, the thing is not immediate: the software was thought mainly for the real 3D, and all buffers are built 1:1 with the current resolution, and the saving PNG process is a "inter-frame" occurrence.

So I would have 2 easy ways (without having to overturn the mechanism of creation/destruction of buffers and do this inter-frame):

  1. (poor) I use the "scale factor" only on a new/alternative draw buffer to resize the PNG, but this is equivalent to a bi-linear interpolation (done by GPU) on image.
  2. I use the "scale factor" for all buffer, except the draw buffer (window canvas): the render visualization will be shrinked to window size, but when save the PNG the render size will be 1:1 with the image size... however, this involves more work for the GPU which will only be evident when saving the PNG file: the screen/window display will/could be worse than the original, due to shrinkage.

I hope to be able to resume developing glChAoS.P soon, as well as all my other projects: complicated year.

from glchaos.p.

Related Issues (10)

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.