[x3d-public] question on page use, copyright and license

Don Brutzman brutzman at nps.edu
Mon Sep 28 10:17:56 PDT 2020


Another good way to record copyright for an X3D model is within the head section in a meta tag, matching HTML document conventions.  This covers the entire document (i.e. X3D model) and is suitable for all encodings (ClassicVRML, XML, JSON, etc.) and programming languages (JavaScript, Java, Python, etc.).

Example usage and further information:

[1] X3D Scene Authoring Hints, meta Statements
     https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#meta

[2] X3D Scene Authoring Hints, License
     https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#license

=============
X3D authors can place meta statements in a scene to document what license being applied. For example, one of the following is typically included in the X3D scenes found in the Web3D Consortium and NPS open-source example archives:

<meta name="license" content="../../license.html">

<meta name="license" content="https://www.web3d.org/x3d/content/examples/license.html">

[etc.]
=============

On 9/4/2020 6:30 PM, J. Scheurritch wrote:
> 
>> Please see the copyright notice usually at the bottom of the page.
> 
> Often, the copyight information is in the WorldINFO node, like here
> 
> https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/NancyPrototypesIndex.html
> 
> so long
> MUFTI

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the x3d-public mailing list