Giter Club home page Giter Club logo

Comments (3)

klevron avatar klevron commented on July 28, 2024

Thanks for the suggestions, I will handle this after the heavy typescript refactoring

from trois.

klevron avatar klevron commented on July 28, 2024

Hi @luan007, typescript refactoring is done :)
About the texture, you need a param so that every texture will use the same encoding ?
Can you explain what you need about convertSRGBToLinear ?

from trois.

luan007 avatar luan007 commented on July 28, 2024

@klevron thank you for your efforts..
I'm referring to pmndrs/react-three-fiber#344
or
pmndrs/react-three-fiber@9f98831

basically to get 'good looking & correct looking' images,
users would do:

rndr.toneMapping = THREE.ACESFilmicToneMapping
rndr.outputEncoding = THREE.sRGBEncoding

after which, when using THREE.Texture

tx.encoding = THREE.sRGBEncoding

must be called to ensure correctness of color space, or it would result in visual inconsistencies.

Same logic applies to THREE.Color after tonemap

col.convertSRGBToLinear()

should be called when using tonemapping.

Thus in react-three-fibers, due to being essentially wrapper of three objects, these things can be called 'automatically' upon mount / change, thus I'm thinking if it is possible to do the same in vue context.

Thank you again!

from trois.

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.