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.

Where the “enter_AR” button is in the AR demo blendfile?

Home Forums Graphics / Blender Where the “enter_AR” button is in the AR demo blendfile?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60112
    vision
    Customer

    Hi,

    Where are the other buttons “enter_AR” and “warning…..” and “I”(info) button to be found in the blendfile?
    In the demo AR blendfile only the move-arround-button is visible.
    My goal is to make my own custom buttons for all instances.

    #60115
    kdv
    Participant

    They are not in .blend file. Images themselves are in the media folder. The code that shows them on the page is in .html file.

    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.

    #60126
    vision
    Customer

    Thanks kdv for the answer. And can you please tell me how do I remove the information icon and link altogether?.

    I removed the following from the html but still info-icon visible: <a-class=”enter-AR-button”-id=”enter_AR_button”></img>-

    #60129
    kdv
    Participant

    You removed the ar button instead of the info link )))
    Remove this line
    <a href="https://www.soft8soft.com/augmented-reality-in-the-browser/" target="_blank"><button data-pg-name="Info" id="info_button" class="info-button"></button></a>

    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.

    #60130
    vision
    Customer

    Yes, sorry, I have copied the wrong line. I did delete the one you mention. But still info-icon visible. I should not be possible to be visible now, right?

    Also I replaced the AR button png with my own png
    Now there is some sort of small frame-cube visible on the right-side of the button in the app. Any idea what this is?

    attached the app-folder

    #60132
    kdv
    Participant

    You have the wrong .css file with missing styles.

    And you’d better read something about html/css )))
    https://www.w3schools.com/html/html_basic.asp

    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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.