We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums Bug Reports and Feature Requests AR issue on Android ?

Viewing 11 posts - 16 through 26 (of 26 total)
  • Author
    Posts
  • #72519
    NaxosCG
    Customer

    Hint: rendering is disabled when you enter the AR mode (according to your puzzles). And it’s not working. But if you enter the AR mode when rendering is not disabled it’s workin fine. Think.

    I’ve also tried to put the “rendering enable” puzzle at the very top of the
    If available / on event pointerup for elem “enter_AR_button”
    same issue…

    Maybe i should before a “on event on mouse down on elem “enter_AR_button” to set “enable rendering” ?
    I’ll give a try.

    "1+1=3... for large values of 1"

    #72520
    kdv
    Participant

    it’s not enough (but necessary) just to enable rendering before entering the AR mode, it’s also important to prevent rendering from being disabled by your puzzles.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #72521
    NaxosCG
    Customer

    Not working
    v3d.net/aht

    see attached : i’ve put enable rendering as soon as i come into AR…

    Attachments:
    You must be logged in to view attached files.

    "1+1=3... for large values of 1"

    #72523
    kdv
    Participant

    you did wrong using the second event listener. you need to enable rendering and prevent it from being disabled.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #72524
    NaxosCG
    Customer

    Here is the full app : https://we.tl/t-FuZwmoVK9B

    Not working.

    As you can see, setting the variable and rendering enable is first things done entering the AR, clicking the enterAR button.
    With the test : https://v3d.net/aht you may see that moving the camera then stop freezes the animation : disable rendering + AA
    As soon as we click the EnterAR button, animation is back before going to smarphone’s real camera for AR, so enable rendering is triggered.

    But, no “move around” is shown, and so no AR is working.

    "1+1=3... for large values of 1"

    #72525
    NaxosCG
    Customer

    you did wrong using the second event listener. you need to enable rendering and prevent it from being disabled.

    It shoud be prevented, as the variable isAndroidAR is set to “true”.
    And if is true, then the “disable rendering + AA” should not be triggered, as my every 0.1 seconds is set.
    (tried every 0.1s instead of everyframe event)

    • This reply was modified 1 week, 2 days ago by NaxosCG.

    "1+1=3... for large values of 1"

    #72527
    NaxosCG
    Customer

    Modified it :
    back to every frame, and doubled the enable rendering / set variable.
    Not better.

    Attachments:
    You must be logged in to view attached files.

    "1+1=3... for large values of 1"

    #72529
    kdv
    Participant

    The problem is deeper than just disabled rendering (activating SSAA causes the issue) and this is up to guys from S8S to figure out what’s wrong in v3d.js and how to bypass it when entering the AR mode.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #72533
    NaxosCG
    Customer

    The problem is deeper than just disabled rendering (activating SSAA causes the issue) and this is up to guys from S8S to figure out what’s wrong in v3d.js and how to bypass it when entering the AR mode.

    Ok, can S8S dev guys have a look to this, please ?

    "1+1=3... for large values of 1"

    #72534
    kdv
    Participant

    BTW, there is no issue if the SSAA pass is working permanently. The pass itself is not a culprit. The problem is somewhere in the enable/disable rendering logic.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #72572
    NaxosCG
    Customer

    UP !

    "1+1=3... for large values of 1"

Viewing 11 posts - 16 through 26 (of 26 total)
  • You must be logged in to reply to this topic.