Class EmailLabsCorporateLogo

java.lang.Object
X3dForAdvancedModeling.TextureMapping.EmailLabsCorporateLogo

public class EmailLabsCorporateLogo extends Object

Cube-shaped logo model with custom image on each side, testing mailto: url protocol.

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

Scene Meta Information
meta tags   Document Metadata
title EmailLabsCorporateLogo.x3d
description Cube-shaped logo model with custom image on each side, testing mailto: url protocol.
creator Don Brutzman
created 18 June 2018
modified 26 January 2020
TODO mailto url, xpath X3D url pointing to DEF, spec support, image updates
reference VR Hackathon, Poznan Poland http://vrhackathon.web3d.org/poznan-2018-06
reference https://emaillabs.io
reference https://R22.com
Image EmailLabsHomePage.png
Image EmailLabsHomePageBackgroundImage.png
reference https://emaillabs.io/wp-content/uploads/2014/11/tlo1c.jpg
drawing EmailLabsLogoDeconstruction.vsdx
Image EmailLabsLogoTop.png
Image EmailLabsLogoFront.png
Image EmailLabsLogoLeft.png
reference ../GeometricShapes/CubeWithLabeledSides.x3d
reference ../Animation/CubeWithLabeledSidesViewpointSequencer.x3d
Image ../Animation/CubeWithLabeledSidesViewpointSequencer.png
drawing ../Animation/CubeWithLabeledSidesViewpointSequencer.vsd
reference ../Visualization/BackgroundCube.x3d
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/GeometricShapes/EmailLabsCorporateLogo.x3d
generator X3D-Edit 3.3, 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 to create Java source code from an .x3d model.

  • Constructor Details

    • EmailLabsCorporateLogo

      public EmailLabsCorporateLogo()
      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:
      EmailLabsCorporateLogo model
      See Also:
      X3D
    • 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:
      X3D.handleArguments(args), X3D.validationReport(), CommandLine, CommandLine.USAGE, ConfigurationProperties