Table of Contents Previous Directory Summary Directory Viewpoint Slideshow Javadoc for translated java source Next Directory Summary X3D Resources

X3D Example Archives: Conformance Nist, Special Groups, Inline

 

Inline can load another X3D or VRML model into the current scene via url. Inline is an X3DBoundedObject node that has bounding-box dimensions.

X3D Tooltips of interest: Inline.

X3D Specification sections of interest: 9 Networking component, 9.2 Concepts and 9.4.2 Inline.

X3D Examples Archives of related interest:

 
  9 X3D Models       X3D Model Descriptions
existing_file existing file This file is referenced by the "invalid_url" file as part of the invalid url test. This file in particular should generate a blue box with some text on top of it.
invalid_url invalid url Test skipping a non-existing URL. This defines an Inline node whose url field contains a reference to two files, the first one is a non-existing file, the second one is an existing valid VRML file. When the user loads this file, the browser may ignore the reference to the first file in the url field and access the second one. The test should generate a blue box.
nested_inline nested inline Test nested Inline nodes. This test defines an Inline node whose "url" field references a file that in in turn contains another Inline node and whose "url" field references a valid VRML file. The test should generate three spheres (red, green and blue) alongside each other.
ref1 ref 1 This is a collateral file used in other tests of this node.
ref2 ref 2 This is a collateral file used in other tests of this node.
ref3 ref 3 This is a collateral file used in other tests for this node.
ref4 ref 4 This is a collateral file used in other tests of this node.
single_url single url This test defines an Inline node whose "url" field contains a single geometry and Text.
test_bboxsizesame test bboxsizesame Test if bboxSize is parsed. This test defines an Inline node that sets the bounding box size equal to the actual size of the world. An image texture is then mapped to the geometry in question (IndexedFaceSet) to test if the bboxSize and bboxCenter fields are parsed. The bboxCenter field is assigned a value of 0 0 0 and bboxSize is set to 2 2 2. The test should generate without errors.

Online at https://www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/Inline

Validate XHTML 1.1

Master source-code model archive is under subversion control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/ConformanceNist/SpecialGroups/Inline

The X3D Resources: Examples page and Savage Developers Guide provide more information about the production of this archive.

Table of Contents Previous Directory Summary Directory Viewpoint Slideshow Javadoc for translated java source Next Directory Summary X3D Resources