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 is dropdown menu in puzzle jewelry app

Home Forums Puzzles where is dropdown menu in puzzle jewelry app

Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #65750
    vision
    Customer

    For the Z-location I used the numeric puzzle set to 1 meter (easy for test). But it shows the object in AR at 1.30m (measued).
    I am not quite sure how AR knows how to setup the height. It detects the wall ok, but since it only detects one surface, it seems the ground is not detected (or is it?). And without a ground detection the specific height is not to setup.

    What do you think happens in this situation?

    #65751
    kdv
    Participant

    You can first detect the floor surface and save its Z coordinate to some variable. Then add 1 meter to this variable to set Z-position of your object.

    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.

    #65793
    vision
    Customer

    I have now tried changing the height in z-direction in AR. Use the AR-hit-point Z puzzle with a numeric subtraction added to it. Also used the numeric value 0.3 to fully replace the AR hit point Z segment.
    But with no result of getting the specific height. It look like the Z hitpoint is not really used. I also get this with a object on a floor surface, it never works to get it elevated above the floor.
    Did you also get results like these?

    #65798
    kdv
    Participant

    Did you also get results like these?

    No.

    The floor surface is not a zero plane, its Z coordinate differs from session to session (but remains the same during one session). The goal is to detect Z coordinate for the floor and calculate Z position for your object taking into account Z coordinate of the floor.

    Suppose the floor is at the lowest point in the room

    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.

    #65884
    vision
    Customer

    Thank you for the info about the z-position. I will try this.

    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    #65909
    vision
    Customer

    removed

    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    • This reply was modified 8 months, 3 weeks ago by vision.
    #65978
    vision
    Customer

    removed

    • This reply was modified 8 months, 3 weeks ago by vision.
    #66250
    vision
    Customer

    The goal is to detect Z coordinate for the floor and calculate Z position for your object taking into account Z coordinate of the floor.

    While scanning the wall, I also point to the floor. But with no result. What is the good way to scan the floor also?

    I am trying to get my object to a specific height on the wall and follow the setup above.
    But the object seems to stick on the point of wall where I first pointed the camera to.

    And what point of the object is used as origin for AR to place the object. In blender the origin of my object is in the top-face-edge.
    But in AR the object gets place with the middle-back-face in the AR 0,0,0 point. I don’t understand this logic.

    #66251
    kdv
    Participant

    What is the good way to scan the floor also?

    Now you’ve got problems with floor scanning? :scratch: No special ways. Just scan and these puzzles will calculate the lowest Z coordinate.

    And what point of the object is used as origin for AR to place the object

    The one defined in you 3D editor. No other variants.

    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.

    #66255
    vision
    Customer

    Strange, because how much I test, I always get the same result as the default AR xyz setup.
    It looks like the z-coordinate variable is completely ignored (tested on iphone).

    The result is: the object is being placed on the wall, in the midle focus where the camera was pointed at last. This is maybe also a way to get the object on a specific height on the wall.

    Also my object (cube) has origin on the top face edge, however is is sticked to the wall with the middle-point of the rear edge. So also in this situation AR seems to see the object origin in the middle of the cube.

    But maybe I am missing something.

    #66256
    kdv
    Participant

    On my side it works as expected https://v3d.net/9e4

    Also my object (cube) has origin on the top face edge, however is is sticked to the wall with the middle-point of the rear edge.

    As a variant, most likely, your cube is rotated in Blender by 90° and you see its origin on the top face while actually it’s on the rear face. Objects should have zero rotation/position

    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.

    #66278
    vision
    Customer

    [quote}On my side it works as expected https://v3d.net/9e4%5B/quote%5D

    Aha, I think I know the difference. I followed your setup with the floor-offset from the start. But it shows the android slot setup with floorcoordinates. I try to implement this in the iOS setup which is a little different in requirements. I am not sure if my iOS setup is now correct. Can you please check?

    • This reply was modified 8 months, 1 week ago by vision.
    • This reply was modified 8 months, 1 week ago by vision.
    Attachments:
    You must be logged in to view attached files.
    #66284
    kdv
    Participant

    I try to implement this in the iOS setup

    Logic won’t work in Quick Look used for AR in iOS. Android only. Or you’ll have to prompt all your iOS user to use Mozilla WebXR Viewer.

    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.

    #66285
    vision
    Customer

    Logic won’t work in Quick Look used for AR in iOS.

    Ah, that’s a pitty. So far for the iOS technology.

    Or you’ll have to prompt all your iOS user to use Mozilla WebXR Viewer.

    Well, maybe for a option to iOS users. What if I would prompt users to webxr, how should I implement this in puzzles?

    #66286
    kdv
    Participant

    What if I would prompt users to webxr, how should I implement this in puzzles?

    WebXR Viewer works like Android’s browsers. No special setups. The screenshot above was taken in iOS.

    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 15 posts - 16 through 30 (of 32 total)
  • You must be logged in to reply to this topic.