1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
|
3 | <X3D profile='Immersive' version='3.2' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'> |
4 | <head> |
5 | <component level='1' name='NURBS'/> |
6 | <meta name='title' content='NurbsPatch.x3d'/> |
7 | <meta name='description' content='This scene contains a single NurbsPatchSurface rendering one-quarter of a cylindrical segment. The "solid" field of the surface is set false for so that surface is visible from both sides. Surface has semi-transparent material appearance. Scene also contains unit-length line segments defining x-y-z coordinate axes. Defined Viewpoints show the inner and outer sides of the cylindrical surface'/> |
8 | <meta name='Image' content='NurbsPatch.jpg'/> |
9 | <meta name='creator' content='Vincent Marchetti'/> |
10 | <meta name='created' content='10 February 2012'/> |
11 | <meta name='modified' content='20 October 2019'/> |
12 | <meta name='reference' content='http://www.kshell.com/pages/nurbs_surface_demo'/> |
13 | <meta name='Image' content='images/NurbsPatchH3DViewer.png'/> |
14 | <meta name='Image' content='images/NurbsPatchInstantReality.png'/> |
15 | <meta name='Image' content='images/NurbsPatchOctagaVS.png'/> |
16 | <meta name='Image' content='images/NurbsPatchView3dscene.png'/> |
17 | <meta name='Image' content='images/NurbsPatchBSContact.png'/> |
18 | <meta name='Image' content='images/NurbsPatchXj3D.png'/> |
19 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatch.x3d'/> |
20 | <meta name='generator' content='Python language scripting'/> |
21 | <meta name='generator' content='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/> |
22 | <meta name='license' content='../license.html'/> |
23 | </head> |
24 | <Scene> |
25 | <WorldInfo title='NurbsPatch.x3d'/> |
26 | <Background skyColor='0.8 0.8 0.8'/> |
27 | <Viewpoint description='view outer surface' fieldOfView='0.16628' orientation='0.166 0.465 0.87 2.538' position='10.55 12.855 11.111'/> |
28 | <Viewpoint description='view inner surface' fieldOfView='0.16628' orientation='0.797 -0.285 -0.533 1.182' position='-10.55 -12.855 11.111'/> |
29 | <Viewpoint centerOfRotation='0.7 0.7 0' description='view from above' fieldOfView='0.16628' position='0.7 0.7 10'/> |
30 | <Shape> |
31 | <NurbsPatchSurface solid='false' uDimension='5' uKnot='0.0 0.0 0.0 0.5 0.5 1.0 1.0 1.0' vDimension='2' vKnot='0.0 0.0 1.0 1.0' vOrder='2' weight='1.0 0.923879181092 1.0 0.923879181092 1.0 1.0 0.923879181092 1.0 0.923879181092 1.0' containerField='geometry'> |
32 | <Coordinate containerField='controlPoint' point='1 0 0 0.92388 0.38268 0 0.70711 0.70711 0 0.38268 0.92388 0 0 1 0 1 0 1 0.92388 0.38268 0.92388 0.70711 0.70711 1 0.38268 0.92388 0.92388 0 1 1'/> |
33 | </NurbsPatchSurface> |
34 | <Appearance> |
35 | <Material diffuseColor='1 1 0' transparency='0.2'/> |
36 | </Appearance> |
37 | </Shape> |
38 | <Group DEF='WorldSpaceCoordinateAxes'> |
39 | <Shape> |
40 | <LineSet vertexCount='2' containerField='geometry'> |
41 | <Coordinate point='0.0 0.0 0.0 1.0 0.0 0.0'/> |
42 | </LineSet> |
43 | <Appearance> |
44 | <Material emissiveColor='1 0 0'/> |
45 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
46 | </Appearance> |
47 | </Shape> |
48 | <Shape> |
49 | <LineSet vertexCount='2' containerField='geometry'> |
50 | <Coordinate point='0.0 0.0 0.0 0.0 1.0 0.0'/> |
51 | </LineSet> |
52 | <Appearance> |
53 | <Material emissiveColor='0 1 0'/> |
54 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
55 | </Appearance> |
56 | </Shape> |
57 | <Shape> |
58 | <LineSet vertexCount='2' containerField='geometry'> |
59 | <Coordinate point='0.0 0.0 0.0 0.0 0.0 1.0'/> |
60 | </LineSet> |
61 | <Appearance> |
62 | <Material emissiveColor='0 0 1'/> |
63 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
64 | </Appearance> |
65 | </Shape> |
66 | </Group> |
67 | </Scene> |
68 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->