Class TinkercadX3dExtrudedTextCreationGLTF
java.lang.Object
X3dForAdvancedModeling.Conversions.TinkercadX3dExtrudedTextCreationGLTF
Extruded text using TinkerCad export to glb (binary glTF) and then X3D Inline loading.
Related links: Catalog page TinkercadX3dExtrudedTextCreationGLTF, source TinkercadX3dExtrudedTextCreationGLTF.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | TinkercadX3dExtrudedTextCreationGLTF.x3d |
description | Extruded text using TinkerCad export to glb (binary glTF) and then X3D Inline loading. |
creator | Don Brutzman and Vince Marchetti |
created | 31 January 2024 |
translated | 31 January 2024 |
modified | 4 July 2024 |
generator | Autodesk Tinkercad, https://www.tinkercad.com |
source | TinkercadX3dExtrudedTextCreation.glb |
reference | TinkercadX3dExtrudedTextCreation.obj |
reference | TinkercadX3dExtrudedTextCreation.mtl |
drawing | TinkercadX3dExtrudedTextCreation.svg |
reference | TinkercadX3dExtrudedTextCreation.stl |
Image | TinkercadX3dExtrudedTextCreation.png |
reference | Khronos What is glTF? https://www.khronos.org/gltf |
reference | Wikipedia glTF https://en.wikipedia.org/wiki/GlTF |
reference | Web3D Consortium https://web3d.org |
subject | X3D, 3D printing |
reference | https://en.wikipedia.org/wiki/Computer_font |
reference | [x3d-public] extruded text in X3D, https://web3d.org/pipermail/x3d-public_web3d.org/2024-January/020208.html |
identifier | https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/Conversions/TinkercadX3dExtrudedTextCreationGLTF.x3d |
generator | Castle Engine: Convert everything to X3D, https://castle-engine.io/convert.php |
generator | X3D-Edit 4.0, 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
(version control)
which is used to create Java source code from an original .x3d
model.
-
Constructor Summary
ConstructorDescriptionDefault constructor to create this object. -
Method Summary
Modifier and TypeMethodDescriptionorg.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
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
TinkercadX3dExtrudedTextCreationGLTF
public TinkercadX3dExtrudedTextCreationGLTF()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:
- TinkercadX3dExtrudedTextCreationGLTF model
- See Also:
-
main
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:
-