- This topic has 12 replies, 3 voices, and was last updated 1 year, 7 months ago by visualizer.
-
AuthorPosts
-
2023-02-13 at 5:59 pm #60362visualizerCustomer
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?
2023-02-14 at 5:56 pm #60396visualizerCustomerI 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.2023-02-15 at 1:11 am #60403kdvParticipantCan 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 coding. 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 the meaning at all.
2023-02-15 at 1:59 am #60408PandernCustomerYes. 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
Attachments:
You must be logged in to view attached files.2023-02-15 at 2:34 am #60410kdvParticipantAnd 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 coding. 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 the meaning at all.
2023-03-03 at 8:00 am #60825visualizerCustomerHi
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?2023-03-03 at 8:20 am #60827visualizerCustomerYes 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.2023-03-03 at 8:23 am #60828visualizerCustomerHi
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?
2023-03-03 at 2:05 pm #60832PandernCustomerYes 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:
Attachments:
You must be logged in to view attached files.2023-03-03 at 5:08 pm #60840kdvParticipanthow to achieve that red line indicator remain connected with object center?
You can use the
draw line from obj to elem
puzzle for that purposeis there any tutorial to create something like that?
No tutorials (I haven’t seen them) and no puzzles.
Puzzles and JS coding. 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 the meaning at all.
2023-03-03 at 6:28 pm #60843visualizerCustomerHi
Pandem,
that’s really exciting to see the action based on certain value.
Great !2023-03-03 at 7:22 pm #60844PandernCustomerNot 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:Not sure how useful it is though.
2023-03-30 at 7:46 am #61512visualizerCustomerHi
KDV & Pandemthanks 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 !
-
AuthorPosts
- You must be logged in to reply to this topic.