1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "https://www.web3d.org/specifications/x3d-3.0.dtd">
|
3 | <X3D profile='Interchange' version='3.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.0.xsd'> |
4 | <head> |
5 | <meta name='title' content='scale_primitives_pixeltexture.x3d'/> |
6 | <meta name='Image' content='scale_primitives_pixeltexture-front.jpg'/> |
7 | <meta name='Image' content='scale_primitives_pixeltexture-rear.jpg'/> |
8 | <meta name='Image' content='scale_primitives_pixeltexture-top.jpg'/> |
9 | <meta name='Image' content='scale_primitives_pixeltexture-bottom.jpg'/> |
10 | <meta name='Image' content='scale_primitives_pixeltexture-left.jpg'/> |
11 | <meta name='Image' content='scale_primitives_pixeltexture-right.jpg'/> |
12 | <meta name='reference' content='http://www.nist.gov/vrml.html'/> |
13 | <meta name='reference' content='http://www.itl.nist.gov/div897/ctg/vrml/vrml.html'/> |
14 | <meta name='creator' content='http://www.itl.nist.gov/div897/ctg/vrml/members.html'/> |
15 | <meta name='disclaimer' content='This file was provided by the National Institute of Standards and Technology, and is part of the X3D Conformance Test Suite, available at http://www.nist.gov/vrml.html The information contained within this file is provided for use in establishing conformance to the ISO VRML97 Specification. Conformance to this test does not imply recommendation or endorsement by the National Institute of Standards and Technology (NIST). This software can be redistributed and/or modified freely provided that any derivative works bear some notice that they are derived from it, and any modified versions bear some notice that they have been modified. '/> |
16 | <meta name='reference' content='Original NIST Conformance Testing Group, https://www.itl.nist.gov/div897/ctg/vrml'/> |
17 | <meta name='reference' content='Interactive Conformance Testing for VRML, Mary Brady and Lynn Rosenthal, NIST, created 8 September 2010 and updated 25 August 2016, https://www.nist.gov/itl/ssd/information-systems-group/interactive-conformance-testing-vrml'/> |
18 | <meta name='info' content='Correct definition and compliance of this conformance scene is maintained by the X3D Working Group, https://www.web3d.org/working-groups/x3d'/> |
19 | <meta name='translator' content='Michael Kass NIST, Don Brutzman NPS'/> |
20 | <meta name='translated' content='21 January 2001'/> |
21 | <meta name='modified' content='28 August 2023'/> |
22 | <meta name='description' content='Test scale field for PixelTexture mapping to primitive geometry.Test browser ability to apply scales of (left to right) -4 -4, -2 -2, .5 .5, 2 2, and 4 4 to a PixelTexture consisting of a square checkerboard of blue (lower left quadrant), yellow (lower right), red (upper right) and green (upper left) mapped to the faces of primitive geometry, mapping with default primitive geometry mapping rules. The result (using the primitive mapping rules) is: 4 X 4 reversed and inverted matrix of reversed and inverted PixelTextures should appear on al1 geometry in the first (far left) column. The second column should display a reversed and inverted 2 X 2 matrix of PixelTextures on all geometry faces. The third geometry column should map a double sized PixelTexture and appear blue on all faces. The fourth column should display a 2 X 2 matrix of right side up pixeltextures, and the fifth column should display a 4 X 4 matrix of right side up pixeltextures.'/> |
23 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/ConformanceNist/Appearance/TextureTransform/scale_primitives_pixeltexture.x3d'/> |
24 | <meta name='generator' content='Vrml97ToX3dNist, http://ovrt.nist.gov/v2_x3d.html'/> |
25 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
26 | <meta name='license' content='../../license.html'/> |
27 | </head> |
28 | <Scene> |
29 | <WorldInfo title='scale_primitives_pixeltexture.x3d'/> |
30 | <Group> |
31 | <Viewpoint description='Front View'/> |
32 | <Viewpoint description='Rear View' orientation='0 1 0 3.14' position='0 0 -10'/> |
33 | <Viewpoint description='Top View' orientation='1 0 0 -1.57' position='0 10 0'/> |
34 | <Viewpoint description='Bottom View' orientation='1 0 0 1.57' position='0 -10 0'/> |
35 | <Viewpoint description='Right View' orientation='0 1 0 1.57' position='10 0 0'/> |
36 | <Viewpoint description='Left View' orientation='0 1 0 -1.57' position='-10 0 0'/> |
37 | </Group> |
38 | <NavigationInfo type='"EXAMINE" "WALK" "FLY" "ANY"'/> |
39 | <DirectionalLight ambientIntensity='1' intensity='0.2'/> |
40 | <DirectionalLight ambientIntensity='1' direction='0 0 1' intensity='0.2'/> |
41 | <Transform translation='-4 -0.75 0'> |
42 | <Shape> |
43 | <Appearance> |
44 | |
45 | <TextureTransform scale='-4 -4'/> |
46 | <Material/> |
47 | </Appearance> |
48 | <Sphere radius='0.5'/> |
49 | </Shape> |
50 | </Transform> |
51 | <Transform translation='-2 -0.75 0'> |
52 | <Shape> |
53 | <Appearance> |
54 | <PixelTexture USE='PIXTEX'/> |
55 | <TextureTransform scale='-2 -2'/> |
56 | <Material/> |
57 | </Appearance> |
58 | <Sphere radius='0.5'/> |
59 | </Shape> |
60 | </Transform> |
61 | <Transform translation='0 -0.75 0'> |
62 | <Shape> |
63 | <Appearance> |
64 | <PixelTexture USE='PIXTEX'/> |
65 | <TextureTransform scale='0.5 0.5'/> |
66 | <Material/> |
67 | </Appearance> |
68 | <Sphere radius='0.5'/> |
69 | </Shape> |
70 | </Transform> |
71 | <Transform translation='2 -0.75 0'> |
72 | <Shape> |
73 | <Appearance> |
74 | <PixelTexture USE='PIXTEX'/> |
75 | <TextureTransform scale='2 2'/> |
76 | <Material/> |
77 | </Appearance> |
78 | <Sphere radius='0.5'/> |
79 | </Shape> |
80 | </Transform> |
81 | <Transform translation='4 -0.75 0'> |
82 | <Shape> |
83 | <Appearance> |
84 | <PixelTexture USE='PIXTEX'/> |
85 | <TextureTransform scale='4 4'/> |
86 | <Material/> |
87 | </Appearance> |
88 | <Sphere radius='0.5'/> |
89 | </Shape> |
90 | </Transform> |
91 | <Transform translation='-4 -2.5 0'> |
92 | <Shape> |
93 | <Appearance> |
94 | <PixelTexture USE='PIXTEX'/> |
95 | <TextureTransform scale='-4 -4'/> |
96 | <Material/> |
97 | </Appearance> |
98 | <Box size='1 1 1'/> |
99 | </Shape> |
100 | </Transform> |
101 | <Transform translation='-2 -2.5 0'> |
102 | <Shape> |
103 | <Appearance> |
104 | <PixelTexture USE='PIXTEX'/> |
105 | <TextureTransform scale='-2 -2'/> |
106 | <Material/> |
107 | </Appearance> |
108 | <Box size='1 1 1'/> |
109 | </Shape> |
110 | </Transform> |
111 | <Transform translation='0 -2.5 0'> |
112 | <Shape> |
113 | <Appearance> |
114 | <PixelTexture USE='PIXTEX'/> |
115 | <TextureTransform scale='0.5 0.5'/> |
116 | <Material/> |
117 | </Appearance> |
118 | <Box size='1 1 1'/> |
119 | </Shape> |
120 | </Transform> |
121 | <Transform translation='2 -2.5 0'> |
122 | <Shape> |
123 | <Appearance> |
124 | <PixelTexture USE='PIXTEX'/> |
125 | <TextureTransform scale='2 2'/> |
126 | <Material/> |
127 | </Appearance> |
128 | <Box size='1 1 1'/> |
129 | </Shape> |
130 | </Transform> |
131 | <Transform translation='4 -2.5 0'> |
132 | <Shape> |
133 | <Appearance> |
134 | <PixelTexture USE='PIXTEX'/> |
135 | <TextureTransform scale='4 4'/> |
136 | <Material/> |
137 | </Appearance> |
138 | <Box size='1 1 1'/> |
139 | </Shape> |
140 | </Transform> |
141 | <Transform translation='-4 2.5 0'> |
142 | <Shape> |
143 | <Appearance> |
144 | <PixelTexture USE='PIXTEX'/> |
145 | <TextureTransform scale='-4 -4'/> |
146 | <Material/> |
147 | </Appearance> |
148 | <Cone bottomRadius='0.5' height='1'/> |
149 | </Shape> |
150 | </Transform> |
151 | <Transform translation='-2 2.5 0'> |
152 | <Shape> |
153 | <Appearance> |
154 | <PixelTexture USE='PIXTEX'/> |
155 | <TextureTransform scale='-2 -2'/> |
156 | <Material/> |
157 | </Appearance> |
158 | <Cone bottomRadius='0.5' height='1'/> |
159 | </Shape> |
160 | </Transform> |
161 | <Transform translation='0 2.5 0'> |
162 | <Shape> |
163 | <Appearance> |
164 | <PixelTexture USE='PIXTEX'/> |
165 | <TextureTransform scale='0.5 0.5'/> |
166 | <Material/> |
167 | </Appearance> |
168 | <Cone bottomRadius='0.5' height='1'/> |
169 | </Shape> |
170 | </Transform> |
171 | <Transform translation='2 2.5 0'> |
172 | <Shape> |
173 | <Appearance> |
174 | <PixelTexture USE='PIXTEX'/> |
175 | <TextureTransform scale='2 2'/> |
176 | <Material/> |
177 | </Appearance> |
178 | <Cone bottomRadius='0.5' height='1'/> |
179 | </Shape> |
180 | </Transform> |
181 | <Transform translation='4 2.5 0'> |
182 | <Shape> |
183 | <Appearance> |
184 | <PixelTexture USE='PIXTEX'/> |
185 | <TextureTransform scale='4 4'/> |
186 | <Material/> |
187 | </Appearance> |
188 | <Cone bottomRadius='0.5' height='1'/> |
189 | </Shape> |
190 | </Transform> |
191 | <Transform translation='-4 0.75 0'> |
192 | <Shape> |
193 | <Appearance> |
194 | <PixelTexture USE='PIXTEX'/> |
195 | <TextureTransform scale='-4 -4'/> |
196 | <Material/> |
197 | </Appearance> |
198 | <Cylinder height='1' radius='0.5'/> |
199 | </Shape> |
200 | </Transform> |
201 | <Transform translation='-2 0.75 0'> |
202 | <Shape> |
203 | <Appearance> |
204 | <PixelTexture USE='PIXTEX'/> |
205 | <TextureTransform scale='-2 -2'/> |
206 | <Material/> |
207 | </Appearance> |
208 | <Cylinder height='1' radius='0.5'/> |
209 | </Shape> |
210 | </Transform> |
211 | <Transform translation='0 0.75 0'> |
212 | <Shape> |
213 | <Appearance> |
214 | <PixelTexture USE='PIXTEX'/> |
215 | <TextureTransform scale='0.5 0.5'/> |
216 | <Material/> |
217 | </Appearance> |
218 | <Cylinder height='1' radius='0.5'/> |
219 | </Shape> |
220 | </Transform> |
221 | <Transform translation='2 0.75 0'> |
222 | <Shape> |
223 | <Appearance> |
224 | <PixelTexture USE='PIXTEX'/> |
225 | <TextureTransform scale='2 2'/> |
226 | <Material/> |
227 | </Appearance> |
228 | <Cylinder height='1' radius='0.5'/> |
229 | </Shape> |
230 | </Transform> |
231 | <Transform translation='4 0.75 0'> |
232 | <Shape> |
233 | <Appearance> |
234 | <PixelTexture USE='PIXTEX'/> |
235 | <TextureTransform scale='4 4'/> |
236 | <Material/> |
237 | </Appearance> |
238 | <Cylinder height='1' radius='0.5'/> |
239 | </Shape> |
240 | </Transform> |
241 | </Scene> |
242 | </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. -->