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='NurbsPatchImageTexture.x3d'/> |
7 | <meta name='description' content='A NURBS patch representing a segment of a cylinder. An applied image texture depicts the u-v axes of the parametric coordinate system. Defined Viewpoints show the inner and outer sides of the cylindrical surface'/> |
8 | <meta name='creator' content='Vincent Marchetti'/> |
9 | <meta name='created' content='31 August 2011'/> |
10 | <meta name='modified' content='20 October 2019'/> |
11 | <meta name='Image' content='NurbsPatchImageTexture1.jpg'/> |
12 | <meta name='Image' content='NurbsPatchImageTexture2.jpg'/> |
13 | <meta name=' warning ' content=' Currently only Octaga 2.0 properly implements the X3D NURBS component, see the following page for status. '/> |
14 | <meta name=' warning ' content=' http://www.kshell.com/pages/nurbs_surface_demo '/> |
15 | <meta name='Image' content='images/NurbsPatchImageTextureBSContact.png'/> |
16 | <meta name='Image' content='images/NurbsPatchImageTextureH3dViewer.png'/> |
17 | <meta name='Image' content='images/NurbsPatchImageTextureInstantReality.png'/> |
18 | <meta name='Image' content='images/NurbsPatchImageTextureOctagaVS.png'/> |
19 | <meta name='Image' content='images/NurbsPatchImageTextureView3dscene.png'/> |
20 | <meta name='Image' content='images/NurbsPatchImageTextureXj3d.png'/> |
21 | <meta name='reference' content='http://www.kshell.com/pages/nurbs_surface_demo'/> |
22 | <meta name='reference' content='AxesTexture.png'/> |
23 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchImageTexture.x3d'/> |
24 | <meta name='generator' content='Python language scripting'/> |
25 | <meta name='license' content='../license.html'/> |
26 | </head> |
27 | <Scene> |
28 | <WorldInfo title='NurbsPatchImageTexture.x3d'/> |
29 | <Background skyColor='0.5 0.5 0.5'/> |
30 | <Viewpoint description='view outer surface' fieldOfView='0.16628' orientation='0.166 0.465 0.87 2.538' position='10.55 12.855 11.111'/> |
31 | <Viewpoint description='view inner surface' fieldOfView='0.16628' orientation='0.797 -0.285 -0.533 1.182' position='-10.55 -12.855 11.111'/> |
32 | <Shape> |
33 | <NurbsPatchSurface solid='false' uDimension='5' uKnot='0 0 0 0.5 0.5 1 1 1' vDimension='2' vKnot='0 0 1 1' vOrder='2' weight='1 0.92388 1 0.92388 1 1 0.92388 1 0.92388 1' containerField='geometry'> |
34 | <Coordinate containerField='controlPoint' point='1 0 0 0.92388 0.38268 0 0.70711 0.70711 0 0.38268 0.92388 0 -0.000004 1 0 1 0 1 0.92388 0.38268 0.92388 0.70711 0.70711 1 0.38268 0.92388 0.92388 -0.000004 1 1'/> |
35 | </NurbsPatchSurface> |
36 | <Appearance> |
37 | <ImageTexture url=' "AxesTexture.png " "https://www.web3d.org/x3d/content/examples/Basic/NURBS/AxesTexture.png " '/> |
38 | </Appearance> |
39 | </Shape> |
40 | <Group> |
41 | <Shape> |
42 | <LineSet vertexCount='2' containerField='geometry'> |
43 | <Coordinate point='0 0 0 1 0 0'/> |
44 | </LineSet> |
45 | <Appearance> |
46 | <Material emissiveColor='1 0 0'/> |
47 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
48 | </Appearance> |
49 | </Shape> |
50 | <Shape> |
51 | <LineSet vertexCount='2' containerField='geometry'> |
52 | <Coordinate point='0 0 0 0 1 0'/> |
53 | </LineSet> |
54 | <Appearance> |
55 | <Material emissiveColor='0 1 0'/> |
56 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
57 | </Appearance> |
58 | </Shape> |
59 | <Shape> |
60 | <LineSet vertexCount='2' containerField='geometry'> |
61 | <Coordinate point='0 0 0 0 0 1'/> |
62 | </LineSet> |
63 | <Appearance> |
64 | <Material emissiveColor='0 0 1'/> |
65 | <LineProperties linewidthScaleFactor='2' containerField='lineProperties'/> |
66 | </Appearance> |
67 | </Shape> |
68 | </Group> |
69 | </Scene> |
70 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
field='value'/>
matches XML terminology
<XmlElement
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. -->