Package Basic.NURBS

Class NurbsPatchImageTexture

java.lang.Object
Basic.NURBS.NurbsPatchImageTexture

public class NurbsPatchImageTexture extends Object

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.

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

Scene Meta Information
meta tags   Document Metadata
title NurbsPatchImageTexture.x3d
description 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
creator Vincent Marchetti
created 31 August 2011
modified 20 October 2019
Image NurbsPatchImageTexture1.jpg
Image NurbsPatchImageTexture2.jpg
warning Currently only Octaga 2.0 properly implements the X3D NURBS component, see the following page for status.
warning http://www.kshell.com/pages/nurbs_surface_demo
Image images/NurbsPatchImageTextureBSContact.png
Image images/NurbsPatchImageTextureH3dViewer.png
Image images/NurbsPatchImageTextureInstantReality.png
Image images/NurbsPatchImageTextureOctagaVS.png
Image images/NurbsPatchImageTextureView3dscene.png
Image images/NurbsPatchImageTextureXj3d.png
reference http://www.kshell.com/pages/nurbs_surface_demo
reference AxesTexture.png
identifier https://www.web3d.org/x3d/content/examples/Basic/NURBS/NurbsPatchImageTexture.x3d
generator Python language scripting
license ../license.html
 

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

  • Constructor Details

    • NurbsPatchImageTexture

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