Class SheenCloth

java.lang.Object
X3dForAdvancedModeling.GltfSampleModels.SheenCloth

public class SheenCloth extends Object

MultiTexture model converted from glTF.

Related links: Catalog page SheenCloth, source SheenCloth.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.

Scene Meta Information
meta tags   Document Metadata
title SheenCloth.x3d
description MultiTexture model converted from glTF
creator Holger Seelig
created 11 January 2026
translated 11 January 2026
modified 12 January 2026
TODO check units, restore scale in meters
reference https://github.com/KhronosGroup/glTF-Sample-Assets/tree/main/Models/SheenCloth
reference https://khronos/gltf
reference https://en.wikipedia.org/glTF
reference https://www.web3d.org/x3d4
source SheenCloth.gltf
source SheenCloth.bin
license SheenClothLICENSE.md
license https://github.com/KhronosGroup/glTF-Sample-Assets/blob/main/Models/SheenCloth/LICENSE.md
reference SheenClothREADME.md
reference SheenClothREADME.body.md
Image SheenClothScreenshot.jpg
Image SheenCloth_AO.jpg
Image sheen_technicalFabric_side.jpg
Image sheenTextureSample.jpg
reference SheenClothmetadata.json
generator Sunrize X3D Editor V1.11.16, https://create3000.github.io/sunrize/
generator X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit
identifier https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/SheenCloth.x3d
license SheenClothLICENSE.md
 

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

  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor to create this object.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.web3d.x3d.jsail.Core.X3D
    Provide a shallow copy of the X3D model.
    final void
    Create and initialize the X3D model for this object.
    static void
    main(String[] args)
    Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SheenCloth

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