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.

Copy information to field

Home Forums Puzzles Copy information to field

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #60362
    visualizer
    Customer

    Is it possible that I can set some puzzle or setting so that any information from within the 3d view gets copied on to some part of the web page or table or a field specified on page?

    #60396
    visualizer
    Customer

    I saw this in vrege 3d asset itself that the text in html field can be represented in 3D. Can this be reversed?

    Attachments:
    You must be logged in to view attached files.
    #60403
    kdv
    Participant

    Can this be reversed?

    No. It’s not FineReader )))

    any information from within the 3d view gets copied on to some part of the web page

    what information do you want to read? give some example.

    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.

    #60408
    Pandern
    Customer

    Yes. By using the set prop puzzle you can send any value or information to an HTML element from the v3d container:

    https://www.soft8soft.com/docs/manual/en/puzzles/HTML.html#set_attribute

    https://v3d.net/f7o

    Attachments:
    You must be logged in to view attached files.
    #60410
    kdv
    Participant

    And what puzzle will read texts from textures? )))

    Practically any information in the scene can be read, saved as text (and then restored like here to re-create the scene) or displayed in some part of the page. The question is what information do you want to read? How and where do you want it to be displayed? And what for? More details…

    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.

    #60825
    visualizer
    Customer

    Hi
    kdv…
    information in the sense a price tag or dimension of particular object or assigned to specific object in 3d.
    This type of function can be useful in VR shopping event, when adding things to basket or cart.

    Also in addition I am expecting advance level integration possibility. Say for instance – the real time parameter is read and if that parameter reaches to certain value / number the specific task or even will trigger.
    Example – The recent elearning demo the cooler fan rotates. So if user drags the cooler fan unit towawrds the edge of platform it should pop up that, Supply wire length is only 2 meter or 3 meter pulling more will unplug it & may damage the wire. if user still drags it then it should unplug wire and stop the fan. ( While this happening; some field shows the distance value beyond allowed number). Is it too much to expect from V3d as of now?

    #60827
    visualizer
    Customer

    Yes Pandem,
    that is interesting to see the value update in real time. I just asked above can that value have a trigger sensor? like upper value or lower value? which may trigger some event in scene depending upon its higher or lower value sensing.

    #60828
    visualizer
    Customer

    Hi
    kdv,
    that red line indicator is nice example.
    is there any tutorial to create something like that?

    It would be nice to create call outs for technical designs or parts in assembly. how to achieve that red line indicator remain connected with object center?

    #60832
    Pandern
    Customer

    Yes Pandem,
    that is interesting to see the value update in real time. I just asked above can that value have a trigger sensor? like upper value or lower value? which may trigger some event in scene depending upon its higher or lower value sensing.

    Yes, that is possible. I am no expert like kdv, but by playing with the puzzlers i’ve done something like what you are describing:

    https://v3d.net/f7o

    puzzle

    Attachments:
    You must be logged in to view attached files.
    #60840
    kdv
    Participant

    how to achieve that red line indicator remain connected with object center?

    You can use the draw line from obj to elem puzzle for that purpose

    is there any tutorial to create something like that?

    No tutorials (I haven’t seen them) and no 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.

    #60843
    visualizer
    Customer

    Hi
    Pandem,
    that’s really exciting to see the action based on certain value.
    Great ! :good:

    #60844
    Pandern
    Customer

    Not to infringe on kdv’s answer, but you can use the draw line puzzle to make that line. It is intended to draw a line to an element in the html, but annotations are also an html element so a line can be drawn to it. Like this:

    https://v3d.net/f7o

    Not sure how useful it is though.

    line

    #61512
    visualizer
    Customer

    Hi
    KDV & Pandem

    thanks I could achieve both wat data extraction using puzzle.
    it reads from xml or txt file and brings in 3d OR also puts out in xml or txt.

    thank you both of you !

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