[X3D-Public] Fwd: Re: [X3D] X3D HTML5 meetingdiscussions:Declarative 3D interest group at W3C

John Carlson john.carlson3 at sbcglobal.net
Sun Jan 2 19:37:00 PST 2011


On Jan 2, 2011, at 5:35 PM, Chris Marrin wrote:

> 
> On Jan 2, 2011, at 4:00 PM, "Joe D Williams" <joedwil at earthlink.net> wrote:
> 
>> Hi All, when thinking of somehting new, please think about mime types for the main text file and maybe even files that are optimized in relation to the data or intentions you are moving around.
>> 
>>> 
>>> Thanks Again and Best Regards,
>>> Joe
>>> http://www.hypermultimedia.com/Logo/Web3dLogo-X3d-animated-logo2.x3d
>>> 
>>> 
>> 
>> believe it or not:
>> I can click that link in my email Outlook Express and get IE8 with BSContact installed and it actually works. Same for .x3dv and for .wrl.
>> That also happens in most all web browsers clicking an html link when the plugin is installed and the mime is recognized.
>> This is happening due to solid registered (at least in the host browser) mime types
>> More and more of the web is depending upon mimes, believe it or not.
> 
> If the format we're discussing is declarative 3D markup in a web browser, we already have he mime- type: text/html. I don't say that to be trite. It's an important requirement. Modern HTML 5 parsers deal with embedded markup very well. It let's you embed SVG, MathML, etc. inline. There are beautiful examples of embedded MathML that work with most of the bleeding edge browsers. IMHO thinking of this as a plugin is a non-starter. 


Cool!  Let's see a rendering of:

<table>
<tr><td><sphere/></ld></tr>
<tr><td><cube/></ld></tr>
<tr><td><sphere/></ld></tr>
</table>

or

<table>
<tr>
<td>
<sphere/>
</td>
<td>
<cube/>
</td>
<td>
<sphere/>
</td>
</tr>
</table>

or

<table>
<tr>
<td>
<table>
<tr><td><sphere/></ld></tr>
<tr><td><cube/></ld></tr>
<tr><td><sphere/></ld></tr>
</table>
</td>
<td>
<table>
<tr><td><sphere/></ld></tr>
<tr><td><cube/></ld></tr>
<tr><td><sphere/></ld></tr>
</table>
</td>
<td>
<table>
<tr><td><sphere/></ld></tr>
<tr><td><cube/></ld></tr>
<tr><td><sphere/></ld></tr>
</table>
</td>
</tr>
</table>

Or some similar way of doing it with CSS, XML3D, or X3DOM

Check this 3D IDE!

http://www.youtube.com/watch?v=b-FNUslIs3U

John


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


More information about the X3D-Public mailing list