Class CatByMuru

java.lang.Object
X3dForAdvancedModeling.GltfSampleModels.CatByMuru

public class CatByMuru extends Object

Converted glTF model showing use of Tangent node for advanced Physically Based Modeling (PBR) effects. Tangent is developmental in X3D version 4.1.

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

Scene Meta Information
meta tags   Document Metadata
title CatByMuru.x3d
description Converted glTF model showing use of Tangent node for advanced Physically Based Modeling (PBR) effects. Tangent is developmental in X3D version 4.1.
created 31 December 2020
converted 10 July 2025
modified 3 January 2026
creator Muru, https://www.artstation.com/sujian
reference https://sketchfab.com/3d-models/cat-16c3444c8d1440fc97fdf10f60ec58b0
source CatByMuruScene.gltf
source https://github.com/castle-engine/demo-models/tree/master/bump_mapping/tangents/cat-16c3444c8d1440fc97fdf10f60ec58b0
Image CatByMuruScene_screenshot_castle_model_viewer.png
license CatByMuruSceneLicense.txt
license CC-BY-4.0 http://creativecommons.org/licenses/by/4.0/
reference https://khronos/gltf
reference https://en.wikipedia.org/glTF
generator castle-model-viewer, https://castle-engine.io/castle-model-viewer
generator X3D-Edit 4.0, https://www.web3d.org/x3d/tools/X3D-Edit
specificationSection X3D 4.1 Architecture, ISO/IEC 19775-1:202x, 11 Rendering component, 11.4.13 Tangent
specificationUrl https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4.1-CD/Part01/components/rendering.html#Tangent
identifier https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/CatByMuru.x3d
license https://www.web3d.org/x3d/content/examples/license.html
generator X3DJSAIL https://www.web3d.org/specifications/java/X3DJSAIL.html
 

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

    • CatByMuru

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