Class TextureMapComparisonsCylinder

java.lang.Object
X3dForAdvancedModeling.TextureMapping.TextureMapComparisonsCylinder

public class TextureMapComparisonsCylinder extends Object

Compare ImageTexture mapping for a variety of geometry nodes. This is an excellent test scene for different X3D browsers.

Related links: TextureMapComparisonsCylinder.java source, TextureMapComparisonsCylinder catalog page, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title TextureMapComparisonsCylinder.x3d
description Compare ImageTexture mapping for a variety of geometry nodes. This is an excellent test scene for different X3D browsers.
creator Sungmin Kwon and Don Brutzman
created 17 December 2017
modified 21 January 2020
reference TextureMapTesting.pdf
Image TextureMapComparisonsCylinderX_ITE.png
Image TextureMapComparisonsCylinderX3DOM.png
Image TextureMapComparisonsCylinderBSContact.png
Image TextureMapComparisonsCylinderFreeWrl.png
Image TextureMapComparisonsCylinderH3DViewer.png
Image TextureMapComparisonsCylinderInstantReality.png
Image TextureMapComparisonsCylinderView3dScene.png
Image TextureMapComparisonsCylinderXj3D.png
reference TextureMapComparisonsRectangle.x3d
reference https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Images
specificationSection X3D Abstract Specification, 18.2.3 Texture coordinates
specificationUrl https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-IS.proof/Part01/components/texturing.html#Texturecoordinates
Image https://www.web3d.org/documents/specifications/19775-1/V3.3/Images/ImageTexture.gif
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/TextureMapping/TextureMapComparisonsCylinder.x3d
generator X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit
license ../license.html
 

This program uses the X3D Java Scene Access Interface Library (X3DJSAIL). It has been produced using the X3dToJava.xslt stylesheet to create Java source code from an .x3d model.

  • Constructor Details

    • TextureMapComparisonsCylinder

      public TextureMapComparisonsCylinder()
      Default constructor to create this object.
  • Method Details

    • initialize

      public final void initialize()
      Create and initialize the X3D model for this object.
    • getX3dModel

      public org.web3d.x3d.jsail.Core.X3D getX3dModel()
      Provide a shallow copy of the X3D model.
      Returns:
      TextureMapComparisonsCylinder model
      See Also:
    • main

      public static void main(String[] args)
      Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
      Parameters:
      args - array of input parameters, provided as arguments
      See Also: