Giter Club home page Giter Club logo

Comments (5)

GengineJS avatar GengineJS commented on May 24, 2024

Hello, I am using the same IOS version as you, and I followed the steps you provided to run the scenario using Safari and Chrome without any rendering issues. Could you provide a demo that can be reproduced?

from cocos-engine.

GengineJS avatar GengineJS commented on May 24, 2024

Putting the canvas on the far plane does indeed lead to other issues due to precision on some platforms. So, if you have a reproducible demo to help with troubleshooting, that would be best. Thank you.

from cocos-engine.

idchlife avatar idchlife commented on May 24, 2024

@GengineJS

iphone-2d-renderroot-repro.zip

Check Camera.Far

If it's 1000 - some sprites are invisible.
If above 1000 - all visible.

I tested with iPhone preview with QR code.

from cocos-engine.

GengineJS avatar GengineJS commented on May 24, 2024

In your demo, sprites are placed on both the near and far planes, which could lead to rendering issues on some platforms due to floating-point precision, as I mentioned earlier. From the demo, I can infer that you intend to manually sort the nodes. However, UI nodes disable depth writing and depth testing during rendering. Therefore, nodes positioned last will be rendered last, and the rendering order is independent of their 3D positions. Hence, you can move the nodes of SomeAboveEverything and SomeBackground to the same plane position as SomeForeground.

from cocos-engine.

idchlife avatar idchlife commented on May 24, 2024

In your demo, sprites are placed on both the near and far planes, which could lead to rendering issues on some platforms due to floating-point precision, as I mentioned earlier. From the demo, I can infer that you intend to manually sort the nodes. However, UI nodes disable depth writing and depth testing during rendering. Therefore, nodes positioned last will be rendered last, and the rendering order is independent of their 3D positions. Hence, you can move the nodes of SomeAboveEverything and SomeBackground to the same plane position as SomeForeground.

Is this a bug and is it fixable in the code of the editor?

Reproduction demo is just for the case of reproducing the situation. In project I worked on, real world project, I had to position UI nodes somewhat like in this reproduction demo. And then I encountered this behaviour.

Unfortunately, "Just position nodes below, they will be in front" approach is not that applicable in complex projects with prefabs, prefab replacings, multiple layers, 2-part objects (imagine a barrel in 2d, you are in front of it's back side but behind front side), UI loaders, UI notifications, moving camera etc.

from cocos-engine.

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.