[x3d-public] Hyperlink and form support

Philip Fennell Philip.Fennell at marklogic.com
Fri Dec 14 06:37:29 PST 2018


Hello Albert,

With specific regard to forms, have you looked at XForms<https://www.w3.org/community/xformsusers/>.

The XForms 2 Recommendation<https://www.w3.org/community/xformsusers/wiki/XForms_2.0> is currently being finalised but you might find XForms as a suitable extension to X3D as there is a clear separation between the form definition and the rendered appearance of controls which lends itself to being used within a variety of host mark-up languages like (X)HTML, SVG and potentially X3D.


Regards

Philip



From: x3d-public <x3d-public-bounces at web3d.org> on behalf of Albert Jan Wonnink <awonnink at hotmail.com>
Date: Friday, 14 December 2018 at 14:04
To: "vmarchetti at kshell.com" <vmarchetti at kshell.com>
Cc: X3D Graphics public mailing list <x3d-public at web3d.org>
Subject: Re: [x3d-public] Hyperlink and form support

Hi Leonard,

I am sorry for the late response: somehow your reply below didn't enter my mailbox, and I found it later in the archives.

It is good to hear that the Immersive Web WG is already working on these issues. I am a novice on the subject of Html/X3D specifications. But having been involved in the POC on HoloLens I was surprised the current X3D doesn't include the features yet that we take for granted in 2D. Of course this only becomes relevant when 3D devices will become comfortable enough to offer a competitive browsing experience with flat screens.
But it seems to me that when that moment comes, many entities will want to offer a 3D equivalent of their website,

Although maybe preferable, I am not sure whether an integrated DOM is necessary. I think X3D would already benefit greatly by just having Html islands within X3D, maybe as an extension of the material tag.

We are not involved in hardware development, only software. Do you think it would in anyway helpful to join a discussion of the W3C Immersive Web WG? Eventually the technology for the 3D web is probably something for the major browsers to agree upon.

Albert Jan Wonnink



________________________________

Hi Albert,
X3D (in strict specification sense) cannot be integrated with HTML5. There are fundamental incompatibilities that prevent that from happening (see node and attribution case, Script node name, name scoping, and event handling for major examples). I started developing XSeen (https://XSeen.org/<https://xseen.org/>) to address to issues. XSeen is fully integrated with HTML5 allowing mixed DOM and 3D content throughout the page. The W3C Immersive Web WG is addressing many of the issues you have raised in this and other emails. Some of these issues end up being much more involved than what appears on the surface, especially when involving device fingerprinting, security considerations, or user permissions. In particular your question about incorporating 2D web pages into 3D scene very quickly starts down the part of security considerations. For example, does the 2D content have access to the 3D space? Does the 3D context have access to the 2D pages? How do you ensure that a click on a 2D page element (e.g., checkbox) really gets handled by the 2D page and is not completely intercepted by something in the 3D space? If you are developing some hardware with associated software that will work in the XR space, it might be very good to get involved with them. I can provide contact information if you need it.

Leonard Daly
________________________________
Van: Albert Jan Wonnink <awonnink at hotmail.com>
Verzonden: dinsdag 11 december 2018 11:52
Aan: vmarchetti at kshell.com
CC: X3D Graphics public mailing list
Onderwerp: Re: [x3d-public] Hyperlink and form support

If one can only have planes (or maybe even curved surfaces) having 2d browser content in a 3D SceneGraph a large part of the described issue would be resolved.
I thing the 2D and 3D browsing environment should be reciprocal to be most effective. But I couldn't find this described yet, and I can imagine this is viewed and tackled another way.

Albert Jan Wonnink

________________________________
Van: Albert Jan Wonnink <awonnink at hotmail.com>
Verzonden: maandag 10 december 2018 00:09
Aan: vmarchetti at kshell.com
CC: X3D Graphics public mailing list
Onderwerp: Re: [x3d-public] Hyperlink and form support

Thank you Vince for your reply.

The Anchor is indeed what I somehow failed to find earlier in the specification.

The situation we envision is when XR glasses will be commonly used to access 3D websites that have similar possibilities for businesses as the current 2D sites. This means that 3D website builders should be able surround a (part of a) text, an image or a 3D object with an anchor. Also one needs normal text fields, radio- and checkboxes etc. for users to be able to fill-in their choices and post back to the server.

Is this already possible to do in X3D?


Regards,

Albert Jan


________________________________
Van: vmarchetti at kshell.com <vmarchetti at kshell.com>
Verzonden: zondag 9 december 2018 22:43
Aan: Albert Jan Wonnink
CC: X3D Graphics public mailing list
Onderwerp: Re: [x3d-public] Hyperlink and form support

Albert

X3D does supports responding to mouse clicks on an elements of a 3D scene graph through the TouchSensor node (http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/pointingsensor.html#TouchSensor) , and there is also  functionality of following a URL attached
to a shape in the Anchor node: http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/networking.html#Anchor

There is a basic example of the Anchor node on the X_ITE website: http://create3000.de/users-guide/components/networking/anchor/#example

I'm not sure what form support would mean in the context of a 3D Scenegraph, but there is a specification for capturing and responding to keyboard presses in the StringSensor node: http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/keyboard.html#StringSensor

Can you say more about how you would like to extend the familiar interface patterns of hyperlinks and input forms into the 3D and VR worlds?

With Regards.
Vince Marchetti






On Dec 9, 2018, at 3:36 PM, Albert Jan Wonnink <awonnink at hotmail.com<mailto:awonnink at hotmail.com>> wrote:

About a year ago we started a proof of concept of a browser suitable for HoloLens and supporting business processes. We choose X3D as basic format, but because of lack of knowledge of the full specification, and having the focus on the technology, we added our own tags using a separate namespace.

The most important features for which we couldn't find the X3D implementation where hyperlinks- and form support.

Does X3D support these? If so, where can I find the specification?

Regards,

Albert Jan Wonnink
_______________________________________________
x3d-public mailing list
x3d-public at web3d.org<mailto:x3d-public at web3d.org>
http://web3d.org/mailman/listinfo/x3d-public_web3d.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20181214/8faeab34/attachment-0001.html>


More information about the x3d-public mailing list