<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "https://www.web3d.org/specifications/x3d-3.3.dtd">
<X3D profile='Interchange' version='3.3 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation =' https://www.web3d.org/specifications/x3d-3.3.xsd '>
<head>
<meta name='titlecontent='Table5_18PixelTexture'/>
<meta name='descriptioncontent='PixelTexture example for Table 5.18'/>
<meta name='creatorcontent='Leonard Daly and Don Brutzman'/>
<meta name='createdcontent='18 December 2006'/>
<meta name='modifiedcontent='20 October 2019'/>
<meta name='referencecontent=' https://X3dGraphics.com '/>
<meta name='referencecontent=' https://www.web3d.org/x3d/content/examples/X3dResources.html '/>
<meta name='rightscontent='Copyright 2006, Daly Realism and Don Brutzman'/>
<meta name='subjectcontent='X3D, PixelTexture'/>
<meta name='identifiercontent=' https://X3dGraphics.com/examples/X3dForWebAuthors/Chapter05AppearanceMaterialTextures/Table5_18PixelTexture '/>
<meta name='generatorcontent='X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit'/>
<meta name='licensecontent=' ../license.html'/>
</head>
<!-- -->
<Scene>
<WorldInfo title='Table5_18PixelTexture'/>
<Background skyColor='0 0 1'/>
<Transform DEF='Checkerboardtranslation='0 0 -10'>
<Shape>
<Appearance>
<TextureTransform scale='500 500'/>
<PixelTexture image='2 2 3 0xE6B5FD 0xFFDBB7 0xFFDBB7 0xE6B5FD'/>
</Appearance>
<Box size='1000 1000 .01'/>
</Shape>
</Transform>
<Viewpoint description='View Allposition='0 0 20'/>
<Viewpoint description='Empty Imageposition='0 5 5'/>
<Transform DEF='EmptyImagerotation='1 1 0 1translation='0 5 0'>
<Shape>
<Appearance>
<PixelTexture/>
</Appearance>
<Box DEF='StandardBox'/>
</Shape>
</Transform>
<Viewpoint description='Black and white PixelTextureposition='-5 0 5'/>
<Transform DEF='BWrotation='1 1 0 1translation='-5 0 0'>
<Shape>
<Appearance>
<PixelTexture image='1 2 1 0xFF 0x00'/>
</Appearance>
<Box USE='StandardBox'/>
</Shape>
</Transform>
<Viewpoint description='Black and white with Alpha PixelTextureposition='5 0 5'/>
<Transform DEF='AlphaBWrotation='1 1 0 1translation='5 0 0'>
<Shape>
<Appearance>
<PixelTexture image='2 1 2 0xCCFF 0x2277'/>
</Appearance>
<Box USE='StandardBox'/>
</Shape>
</Transform>
<Viewpoint description='RGB PixelTextureposition='-5 -5 5'/>
<Transform DEF='RGBrotation='1 1 0 1translation='-5 -5 0'>
<Shape>
<Appearance>
<PixelTexture image='2 4 3 0xFF0000 0x00FF00 0 0 0 0 0xFFFFFF 0xFFFF00'/>
</Appearance>
<Box USE='StandardBox'/>
</Shape>
</Transform>
<Viewpoint description='RGB with Alpha PixelTextureposition='5 -5 5'/>
<Transform DEF='AlphaRGBrotation='1 1 0 1translation='5 -5 0'>
<Shape>
<Appearance>
<PixelTexture image='3 2 4 0xFF0000FF 0x00FF00FF 0x0000FFFF 0xFF00007F 0x00FF007F 0x0000FF7F'/>
</Appearance>
<Box USE='StandardBox'/>
</Shape>
</Transform>
</Scene>
</X3D>
<!--

Index for DEF nodes : AlphaBW, AlphaRGB, BW, Checkerboard, EmptyImage, RGB, StandardBox

Index for Viewpoint images : Viewpoint_1, Viewpoint_2, Viewpoint_3, Viewpoint_4, Viewpoint_5, Viewpoint_6
-->

<!-- Color key: <X3dNode DEF='idName' field='value'/> matches <XmlElement DEF='idName' attribute='value'/>
(Light blue background: behavior node) (Grey background: inserted documentation) (Magenta background: X3D Extensibility)
-->

<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources and X3D Scene Authoring Hints. -->