Class TextEditorDemo2

java.lang.Object
eu.svjatoslav.sixth.e3d.examples.TextEditorDemo2

public class TextEditorDemo2 extends Object
"Text Editor City" demo showing a 3D city of text editor components. Creates a grid of buildings where each building has four text editor panels facing different directions. This demonstrates the 3D text editing capabilities of the Sixth 3D engine in a large-scale scene.
  • Constructor Details

    • TextEditorDemo2

      public TextEditorDemo2()
      Creates a new TextEditorDemo2 instance.
  • Method Details

    • main

      public static void main(String[] args)
      Entry point for the text editor city demo.
      Parameters:
      args - command line arguments (ignored)
    • build

      public void build() throws URISyntaxException, IOException
      Builds and displays the 3D city scene with text editors.
      Throws:
      URISyntaxException - if resource URI is malformed
      IOException - if demo text file cannot be read