Code Monkey home page Code Monkey logo

Comments (4)

derkreature avatar derkreature commented on August 13, 2024

There are one of two issues occurring:
1.) I may have messed up the R32G32B32A32 format support in the DDS format writer. This is entirely possible. Can you upload the functioning cubemap?
2.) Chrome Android does not support R32G32B32A32 DDS. You could try changing _hdrPixelFormatProperty->set(Ctr::PF_FLOAT32_RGBA); to _hdrPixelFormatProperty->set(Ctr::PF_FLOAT16_RGBA); ( critter/renderAPI/CtrIBLProbe.cpp@121 ), or change the format to 16bpc in the UI, and regenerating the probes.
If this works, it is simply an unsupported format problem.

I have a long weekend coming up. I can definitely take a look.

from iblbaker.

vortice3D avatar vortice3D commented on August 13, 2024

Ok, thanks for your time.

As soon as the CG guy arrives to the office I'll tell him to try your tips.

I'll keep you informed.

Best regards.

from iblbaker.

vortice3D avatar vortice3D commented on August 13, 2024

Hi again derkreature:

Following your tips, we've changed to 16bit through the UI and now we have a functional environment for Chrome-Android.

As this is intended to be used as part of a hybrid app, we'll test it also on Chromiun in following days.

Enjoy your weekend.

Best regards.

from iblbaker.

derkreature avatar derkreature commented on August 13, 2024

Cool, I guess this is a format issue on Android. I will close out this request.

from iblbaker.

Related Issues (18)

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.