Giter Site home page Giter Site logo

Comments (1)

CaffeineViking avatar CaffeineViking commented on May 12, 2024

I tried two different approaches:

  • "Local Ambient Occlusion in Direct Volume Rendering" by Hernell et al. This method essentially gathers the densities by summing up all the voxels within a sphere of radius r. The problem with this approach is that you need a very large r to get anything meaningful for hair styles. i.e. this is very expensive. This technique works fine for "normal" geometry, but for hair where occlusion propagates "further up" in the hair volume, this doesn't quite work, even for large values of r. I compared the raytraced and rasterized variants (using this method) and the result didn't match up.

  • "A Voxel-Based Rendering Pipeline for Large 3D Line Sets" Kanzler et al. in their "Ambient Occlusion" section, they just filter the line densities (like we already do). They also have some sort of pre-filtering pass in their more advanced method which we could look into if we think the current AO results aren't good enough. However, when comparing the raytraced and rasterized results of Kajiya-Kay + ADSM + 3x3x3 Filtered Density AO, I think the results are "close enough". I'll upload some images to Captain's Log so you can see this as well, but I personally think we have "bigger fish to fry", like fighting aliasing.

from vkhr.

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.