Class TextureMapComparisonsRectangle

java.lang.Object
X3dForAdvancedModeling.TextureMapping.TextureMapComparisonsRectangle

public class TextureMapComparisonsRectangle extends Object

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

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

Scene Meta Information
meta tags   Document Metadata
title TextureMapComparisonsRectangle.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 15 December 2017
modified 20 October 2019
reference TextureMapTesting.pdf
Image TextureMapComparisonsRectangleX_ITE.png
Image TextureMapComparisonsRectangleX3DOM.png
Image TextureMapComparisonsRectangleBSContact.png
Image TextureMapComparisonsRectangleFreeWrl.png
Image TextureMapComparisonsRectangleH3DViewer.png
Image TextureMapComparisonsRectangleInstantReality.png
Image TextureMapComparisonsRectangleXj3D.png
reference TextureMapComparisonsCylinder.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/TextureMapComparisonsRectangle.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

    • TextureMapComparisonsRectangle

      public TextureMapComparisonsRectangle()
      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:
      TextureMapComparisonsRectangle 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: