[x3d-public] id attribute proposal

Andreas Plesch andreasplesch at gmail.com
Thu Mar 31 10:59:00 PDT 2016


It turns out that SVG uses the SMIL animation model:

https://www.w3.org/TR/smil-animation/

It defines that animation does not affect the DOM value of an animated
property but a separate presentation value which is only accessible to the
animation runtime, and not the DOM. The specification does not go into what
values are used for rendering but the idea is certainly that the
presentation value is used. This would make it necessary for a renderer to
keep track of what attributes are currently animated by SVG and which ones
are not. Since the animate element is the only possible way to do this in
SVG, this is feasible. For the richer X3D scene graph, this would be much
harder and does not seem like a good model to follow at first glance.

Andreas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20160331/7b895c52/attachment.html>


More information about the x3d-public mailing list