Home › Forums › General Questions › Annotation in VR
- This topic has 9 replies, 2 voices, and was last updated 5 months, 3 weeks ago by kdv.
-
AuthorPosts
-
2024-05-24 at 10:15 am #74334visualizerCustomer
I just checked in VR annotations do not appear.
Annotations not supported in VR? or is there any specific way to bring them in VR?Secondly after pressing a button when it asks you to resume or quit at that screen the annotations are seen floating in space with some reveres linked or something.
Annotations feature is a great thing actually, especially when customized.
Attachments:
You must be logged in to view attached files.2024-05-24 at 4:26 pm #74343kdvParticipantHtml elements are not supported in VR directly. You might consider creating your own object-based system (planes with text).
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.
2024-05-25 at 2:07 pm #74346visualizerCustomeroh thanks I didn’t know this.
what do you mean exactly by object-based system?
Popping up 3D planes with texture on them and something like this?In that case how is it possible to achieve all the things or effects we get in annotation features?
Like calling any website content in that floating window? OR showing a video playing in pop up window?2024-05-25 at 8:44 pm #74352kdvParticipantLike calling any website content in that floating window? OR showing a video playing in pop up window?
Why not? You can use CSS3D plugin or HTML mixer.
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.
2024-05-26 at 1:10 pm #74363visualizerCustomerActually both of these have their own issues I believe
CSS3D I had purchased in the past and the Chinese guy later on stopped its development and also supporting on it. I had reported one bug once he fixed it but later for similar serious bug of underlaying & overlapping he didn’t respond at all. So this plugin I guess that is useless.
The html mixer however includes almost everything from the CSS3d plugin but for me found it is purely puzzle-less preparation and remains in the 0,0,0 world co-ordinates. do not know how to reposition / reorient and then use it.
In second case it may be a lack of knowledge or coding knowhow.
As a non-coder user I feel Verge team could have made this example a little more intuitive and easier to understand.- This reply was modified 5 months, 3 weeks ago by visualizer.
2024-05-27 at 7:00 am #74372kdvParticipantThe point is that in VR in any case you’ll have to use mesh-based system for annotations Even in PCVR and native VR games they use textures on meshes to show text messages or control elements.
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.
2024-05-27 at 11:03 am #74388visualizerCustomerI will check possibility with html mixer.
however my query about html mixer as said.The html mixer however includes almost everything from the CSS3d plugin but for me found it is purely puzzle-less preparation and remains in the 0,0,0 world co-ordinates. do not know how to reposition / reorient and then use it.
1. Why it remains absolute center and doesn’t shift with geometry.
2. Overlapping on geometry as seen in attached image. I tried changing material modes a few times.
Attachments:
You must be logged in to view attached files.2024-05-28 at 12:41 am #74398kdvParticipantWhy it remains absolute center and doesn’t shift with geometry.
Actually, it does. It can be moved in any direction like other 3D objects in the scene.
https://v3d.net/a4gOverlapping on geometry as seen in attached image
It just remains always visible ))) Annotations should be always visible
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.
2024-05-29 at 5:46 am #74424visualizerCustomerOH !
is it the similar way we move camera in VR instead of direct moving applying with indirect movement?It just remains always visible ))) Annotations should be always visible
This one is not really convincing to stay always visible. If I walk out of a house the TV screen will still be seen through walls. This sounds like a limitation or a unresolved bug.
If we see the equinox tutorial it shows how to hide annotations when they are going behind to avoid the unnecessary clutter in UI.2024-05-29 at 7:01 am #74426kdvParticipantIf I walk out of a house the TV screen will still be seen through walls
Yes, indeed. Here you can do nothing with CSS3DRenderer That’s how it works I suppose. Maybe it’s possible not to render the back side, but the front side will be always visible. But you can use raycasting and show that plane only if no object is between the camera and that plane…
is it the similar way we move camera in VR instead of direct moving applying with indirect movement?
No. It’s a direct moving of a 3D object. With 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.
-
AuthorPosts
- You must be logged in to reply to this topic.