META in VRML?

Jan Hardenbergh (jch@nell.oki.com)
Thu, 09 Feb 95 10:31:00 E


HTML 2.0 has a META keyword: from
http://www.hal.com/users/connolly/html-spec/L2Pindex.html
===============================================================
META

Required Parts
<META CONTENT="..." >
All Parts
<META HTTP-EQUIV="..." NAME="..." CONTENT="..." >
Allowed In Content Of...
<HEAD>
===============================================================

This would be extremely useful for things like mass, center of rotation,
longitude & lattitude, ....

Whether it is really part of the language or not is a lesser issue. We can
make
it a convention inside the Info node:

Info { string "META NAME=\"MASS\" CONTENT=\"10.1g\" "}

-Jan