Class ObliqueStrategies

java.lang.Object
X3dForAdvancedModeling.Inspiration.ObliqueStrategies

public class ObliqueStrategies extends Object

Text scripting and animation example using Oblique Strategies card set by Brian Eno.

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

Scene Meta Information
meta tags   Document Metadata
title ObliqueStrategies.x3d
description Text scripting and animation example using Oblique Strategies card set by Brian Eno.
creator Don Brutzman, John Kelly, Ben Cheng
created 3 November 2013
modified 11 November 2022
reference oblique.html
reference ObliqueStrategies.txt
reference ObliqueStrategiesScript.js
reference http://music.hyperreal.org/artists/brian_eno/oblique/oblique.html
reference http://www.eno-web.co.uk/obliques.html
reference http://gothpunk.com/haiku-intro.html
reference http://www.rtqe.net/ObliqueStrategies/OSintro.html
reference https://en.wikipedia.org/wiki/Oblique_Strategies
subject Brian Eno, Oblique Strategies
Image images/ObliqueStrategiesEntryScreen.png
Sound translate_tts_HelloX3D.mp3
Sound translate_tts_HelloX3D.wav
TODO multiliingual translation parameter
reference http://stackoverflow.com/questions/9163988/download-mp3-from-google-translate-text-to-speech
reference http://www.greenbot.com/article/2105862/how-to-get-started-with-google-text-to-speech.html
warning under development, scene Sound/AudioClip triggering (or retrieved file format) not working
warning TODO resolve potential error in Script node TextScript: parse problem line 15 " var strategy = [];
reference https://gist.github.com/alotaiba/1728771
reference https://stackoverflow.com/questions/35002003/how-to-use-google-translate-tts-with-the-new-v2-api
Sound https://translate.google.com/translate_tts?ie=UTF-8&client=tw-ob&tl=en&q=Hello+X3D4
Sound translate_tts_HelloX3D4.mp3
reference https://cloud.google.com/translate/docs/basic/translating-text
identifier https://x3dgraphics.com/examples/X3dForAdvancedModeling/Inspiration/ObliqueStrategies.x3d
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 to create Java source code from an .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 java.lang.Object

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

    • ObliqueStrategies

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