Transforming Scene Graphs Using Triple Graph Grammars --- A Practice Report

  • Authors:
  • Nina Aschenbrenner;Leif Geiger

  • Affiliations:
  • Technische Informatik, University of Kassel,;Software Engineering, Department of Computer Science and Electrical Engineering, Kassel, Germany 34121

  • Venue:
  • Applications of Graph Transformations with Industrial Relevance
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper shows the usage of Triple Graph Grammars for a project in the domain of computer graphics. This project aims to specify a conversion tool for two different computer graphic file formats: FBX and OSG. Our approach first builds a parse tree of the source file, then converts this tree into a parse tree of the target format using TGGs and then dumps the target file. Our approach relies on Java based technologies like JavaCC, the Fujaba Toolsuite and the MoTE TGG engine. The paper will show that those tools integrate very well. We will present our TGG-based approach for file conversion and demonstrate this with the FBX2OSG case study.