Process SMIL directives in XML data: Difference between revisions

m
datas -> data (data is plural of datum)
m (3D task)
m (datas -> data (data is plural of datum))
Line 1:
{{draft task}}
{{task|3D}}
One very common task in OpenGL is to load data from a file that contains geometry. These datasdata most often also contain additional informations, for example animation informations. In this task we propose to load X3D geometric datasdata with additional Smil animation statments. X3D is not particularly supposed to be mixed with Smil, but Smil is supposed to be mixable with any XML format.
 
* X3D: [http://en.wikipedia.org/wiki/X3D on Wikipedia] / [http://www.web3d.org/x3d/specifications/ISO-IEC-19776-1.2-X3DEncodings-XML/Part01/X3D_XML.html SPECS of the XML form] / [http://www.web3d.org/x3d/specifications/ISO-IEC-19776-1.2-X3DEncodings-XML/Part01/examples.html Examples]
Line 24:
</X3D></lang>
 
And here is the same datasdata with additional Smil statments that you should load, display and animate with OpenGL (or something else):
 
<lang xml><?xml version="1.0" ?>
Line 63:
'''Warnings:'''
* this task is a draft, you can modify it if you find a way to enhance it,
* the coordinates in the X3D datasdata are perhaps not relavant, for example the box is maybe not positioned in front of the viewpoint, please fix this if you can.
 
 
1,150

edits