Class HalloweenPumpkinLanternKnight

java.lang.Object
X3dForAdvancedModeling.GltfSampleModels.HalloweenPumpkinLanternKnight

public class HalloweenPumpkinLanternKnight 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 draft specification.

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

Scene Meta Information
meta tags   Document Metadata
title HalloweenPumpkinLanternKnight.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 draft specification.
created 22 October 2019
converted 10 July 2025
modified 11 January 2026
creator outcast945 https://sketchfab.com/outcast945
reference https://sketchfab.com/3d-models/halloween-pumpkin-lantern-knight-13b06d0843d94b179c1d9dc2c67e5ed4
source HalloweenPumpkinLanternKnightScene.gltf
source https://github.com/castle-engine/demo-models/tree/master/bump_mapping/tangents/halloween-pumpkin-lantern-knight-13b06d0843d94b179c1d9dc2c67e5ed4
reference https://github.com/castle-engine/demo-models/tree/master/bump_mapping/tangents
Image HalloweenPumpkinLanternKnight_screenshot_castle_model_viewer.png
license HalloweenPumpkinLanternKnightLicense.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/HalloweenPumpkinLanternKnight.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 Details

    • HalloweenPumpkinLanternKnight

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