Git Product home page Git Product logo

Comments (3)

vorg avatar vorg commented on June 16, 2024 1

@dmnsgn here is what i mean by bright spots / fireflies. This might be from bugs in importance sampling or not enough blur. I think in current pex-renderer version i blur the original octahedral map into mipmap levels and sample from them but it's simple downsampling and not soft gaussian blur (not sure if that would be accurate). I do know ThreeJS blurs the reflection levels more.

855020014038114304-C92kHKEXkAAtVih

from pex-renderer.

vorg avatar vorg commented on June 16, 2024

About seams:

Engine Work: Global Illumination with Irradiance Probes
KOHZYP9

https://twitter.com/RealtimeVFXMike/status/1221525778359144450

EPO7OCmWsAIbOD-
EPO9b0OXkAEem0V

https://twitter.com/Dan87626237/status/1220048547103563777

EO57rzuWAAANkyV

https://twitter.com/val_sagrario/status/1231771907437010949?s=20

ERgiBH7XkAAWLTH

float2 Encode( float3 n )
{
n /=  dot(1, abs(n));
float2 wrap = ( 1.0 - abs( n.zx ) ) * ( n.xz >= 0.0 ? 1.0 : -1.0 );
n.xy = n.y >= 0.0 ? n.xz : wrap;
n.xy = n.xy * 0.5 + 0.5;
return n.xy;
}

Scaling Probe-Based Real-Time Dynamic Global Illumination for Production

Screenshot 2021-05-12 at 11 27 30

from pex-renderer.

vorg avatar vorg commented on June 16, 2024

More recent "scratches" example of insufficient filtering.
Screenshot 2022-11-07 at 17 04 47

from pex-renderer.

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.